後臺與DEMO網站
編輯歷史
| 時間 | 作者 | 版本 |
|---|---|---|
| 2014-10-04 06:00 – 06:00 | r58 – r61 | |
顯示 diff(21 行未修改)
|
||
| 2014-09-26 06:59 – 06:59 | r56 – r57 | |
顯示 diff(17 行未修改)
export PORT=9090
啟動指令
- forever start /home/ec2-user/mrbigmouth/server/backend/main.js
+ forever start /home/ec2-user/mrbigmouth/server/web/main.js
(forever指令位於 /usr/local/bin/forever內)
|
||
| 2014-09-06 07:52 – 08:37 | r1 – r55 | |
顯示 diff- Untitled
+ 後臺與DEMO網站
- This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!
+ 後臺
+ http://ec2-54-92-66-45.ap-northeast-1.compute.amazonaws.com:3000/
+ 設置環境變數
+ export MONGO_URL=mongodb://localhost:27017/app4am
+ export ROOT_URL=http://ec2-54-92-66-45.ap-northeast-1.compute.amazonaws.com:3000/
+ export PORT=3000
+ 啟動指令
+ forever start /home/ec2-user/mrbigmouth/server/backend/main.js
+ (forever指令位於 /usr/local/bin/forever內)
+
+ 前臺Demo網站
+ http://ec2-54-92-66-45.ap-northeast-1.compute.amazonaws.com:9090/
+ 設置環境變數
+ export MONGO_URL=mongodb://localhost:27017/app4am
+ export ROOT_URL=http://ec2-54-92-66-45.ap-northeast-1.compute.amazonaws.com:9090/
+ export PORT=9090
+ 啟動指令
+ forever start /home/ec2-user/mrbigmouth/server/backend/main.js
+ (forever指令位於 /usr/local/bin/forever內)
|
||
| 2014-09-06 07:52 | r0 | |
顯示 diff+ Untitled
+ This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!
|
||