Обновлена инструкция по установке meteor-проекта
This commit is contained in:
parent
e3b955ee7c
commit
3b80494211
10
README.md
10
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue