mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-02-10 20:45:38 +08:00
[develop] Fix readme(linter)
This commit is contained in:
@ -127,7 +127,7 @@ To try the document editor, open a browser tab and type
|
||||
|
||||
To change something in `sdkjs` do the following steps
|
||||
|
||||
1) Edit source file. Let's insert an image url into each open document.
|
||||
1)Edit source file. Let's insert an image url into each open document.
|
||||
Do the following command.
|
||||
|
||||
Windows(cmd)
|
||||
@ -148,12 +148,13 @@ this.AddImageUrl(['http://localhost/example/images/logo.png']);," \
|
||||
sdkjs\common\apiBase.js
|
||||
```
|
||||
|
||||
2) Delete browser cache or hard reload the page `Ctrl + Shift + R`
|
||||
2)Delete browser cache or hard reload the page `Ctrl + Shift + R`
|
||||
|
||||
3) Open new file in browser
|
||||
3)Open new file in browser
|
||||
|
||||
To change something in `server` do the following steps
|
||||
1) Edit source file. Let's send `"Hello World!"`
|
||||
|
||||
1)Edit source file. Let's send `"Hello World!"`
|
||||
chart message every time a document is opened.Do the following command
|
||||
|
||||
Windows(cmd)
|
||||
@ -174,10 +175,10 @@ opt_hasForgotten, opt_openedAt) {\
|
||||
server\DocService\sources\DocsCoServer.js
|
||||
```
|
||||
|
||||
2) Restart document server process
|
||||
2)Restart document server process
|
||||
|
||||
```bash
|
||||
docker exec -it CONTAINER_ID supervisorctl restart all
|
||||
```
|
||||
|
||||
3) Open new file in browser
|
||||
3)Open new file in browser
|
||||
|
||||
Reference in New Issue
Block a user