Обновлена инструкция по установке meteor-проекта

This commit is contained in:
GonzRu 2013-10-25 18:51:08 +04:00
parent e3b955ee7c
commit 3b80494211
1 changed files with 1 additions and 9 deletions

View File

@ -11,12 +11,4 @@ curl https://raw.github.com/TouchInstinct/DeviceTracker/master/install_MacOSX.sh
3. forever (npm install forever -g)
Для запуска meteor-проекта:
1. Перейти в папку meteor-проекта
2. meteor bundle bundle.tar.gz
3. Распаковать этот архив на сервере
4. Перейти в эту папку
5. export MONGO_URL="mongodb://localhost:27017/meteor"
6. export ROOT_URL="http://192.168.1.5"
7. export PORT=3000
8. forever main.js
curl https://raw.github.com/TouchInstinct/DeviceTracker/master/front-end/install.sh && sh install.sh