Files
server/run_services.bat
Alexey.Golubev baa186b21e Добавлена переменная с расположением папки конфигов.
git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@64440 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-18 10:37:22 +03:00

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