mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
add run spellchecker on develop
This commit is contained in:
@ -14,7 +14,7 @@
|
|||||||
"server": {
|
"server": {
|
||||||
"port": 8001,
|
"port": 8001,
|
||||||
"sockjsUrl": "/web-apps/vendor/sockjs/sockjs.min.js",
|
"sockjsUrl": "/web-apps/vendor/sockjs/sockjs.min.js",
|
||||||
"editor_settings_spellchecker_url": "",
|
"editor_settings_spellchecker_url": "http://127.0.0.1:8080",
|
||||||
"static_content": [
|
"static_content": [
|
||||||
{
|
{
|
||||||
"name": "/sdkjs",
|
"name": "/sdkjs",
|
||||||
|
|||||||
10
run.bat
10
run.bat
@ -30,9 +30,9 @@ copy "..\..\..\core\build\bin\win_%OS%\x2t.exe" "."
|
|||||||
|
|
||||||
"..\..\..\core\build\bin\AllFontsGen\win_%OS%.exe" "%windir%\Fonts" "%~dp0\..\sdkjs\common\AllFonts.js" "%~dp0\..\sdkjs\common\Images" "%~dp0\FileConverter\bin\font_selection.bin"
|
"..\..\..\core\build\bin\AllFontsGen\win_%OS%.exe" "%windir%\Fonts" "%~dp0\..\sdkjs\common\AllFonts.js" "%~dp0\..\sdkjs\common\Images" "%~dp0\FileConverter\bin\font_selection.bin"
|
||||||
|
|
||||||
rem mkdir "%~dp0\SpellChecker\dictionaries"
|
mkdir "%~dp0\SpellChecker\dictionaries"
|
||||||
rem cd /D "%~dp0\SpellChecker" || goto ERROR
|
cd /D "%~dp0\SpellChecker" || goto ERROR
|
||||||
rem xcopy /s/e/k/c/y/q "..\..\dictionaries" ".\dictionaries"
|
xcopy /s/e/k/c/y/q "..\..\dictionaries" ".\dictionaries"
|
||||||
|
|
||||||
ECHO.
|
ECHO.
|
||||||
ECHO ----------------------------------------
|
ECHO ----------------------------------------
|
||||||
@ -72,8 +72,8 @@ start /min /b node gc.js
|
|||||||
cd "%RUN_DIR%\FileConverter\sources"
|
cd "%RUN_DIR%\FileConverter\sources"
|
||||||
start /min /b node convertermaster.js
|
start /min /b node convertermaster.js
|
||||||
|
|
||||||
rem cd "%RUN_DIR%\SpellChecker\sources"
|
cd "%RUN_DIR%\SpellChecker\sources"
|
||||||
rem start /min /b node server.js
|
start /min /b node server.js
|
||||||
|
|
||||||
:ERROR
|
:ERROR
|
||||||
:SUCCESS
|
:SUCCESS
|
||||||
|
|||||||
Reference in New Issue
Block a user