mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
Remove usage of spellcheker back-end service (#341)
It is no longer needed since v6.3.0
This commit is contained in:
15
README.md
15
README.md
@ -167,10 +167,6 @@ LD_LIBRARY_PATH=./ ./DesktopEditors
|
||||
proxy_pass http://localhost:8000;
|
||||
proxy_http_version 1.1;
|
||||
}
|
||||
location /spellchecker/ {
|
||||
proxy_pass http://localhost:8080/;
|
||||
proxy_http_version 1.1;
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@ -261,16 +257,7 @@ allow to run foreground processes in background mode.
|
||||
./converter
|
||||
```
|
||||
|
||||
2. Start the **SpellChecker** service:
|
||||
|
||||
```bash
|
||||
cd out/linux_64/onlyoffice/documentserver/server/SpellChecker
|
||||
NODE_ENV=development-linux \
|
||||
NODE_CONFIG_DIR=$PWD/../Common/config \
|
||||
./spellchecker
|
||||
```
|
||||
|
||||
3. Start the **DocService** service:
|
||||
2. Start the **DocService** service:
|
||||
|
||||
```bash
|
||||
cd out/linux_64/onlyoffice/documentserver/server/DocService
|
||||
|
||||
Reference in New Issue
Block a user