mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@64440 954022d7-b5bf-4e40-9824-e11837661b57
18 lines
370 B
Batchfile
18 lines
370 B
Batchfile
SET RUN_DIR=%CD%
|
|
|
|
SET NODE_ENV=development-windows
|
|
SET NODE_CONFIG_DIR=%RUN_DIR%\Common\config
|
|
|
|
cd %RUN_DIR%\CoAuthoring\sources
|
|
start node --harmony server.js
|
|
|
|
cd %RUN_DIR%\FileConverter\sources
|
|
start node --harmony convertermaster.js
|
|
|
|
cd %RUN_DIR%\FileStorage\sources
|
|
start node server.js
|
|
|
|
cd %RUN_DIR%\SpellChecker\sources
|
|
start node server.js
|
|
|
|
pause |