Skip to content

Commit 46cd843

Browse files
committed
Update DEPLOY.md
1 parent a82fc41 commit 46cd843

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DEPLOY.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ db.meteor_accounts_loginServiceConfiguration.insert({
2020
1. `git clone [email protected]:robotics-in-concert/rocon_cento.git git`
2121

2222
1. install forever : `npm install forever -g`
23+
1. install meteor : `curl https://install.meteor.com | /bin/sh`
2324
1. install metorite : `npm install meteorite -g`
2425

2526
#### Local
@@ -32,4 +33,4 @@ db.meteor_accounts_loginServiceConfiguration.insert({
3233
### warm deploy
3334
1. edit code
3435
2. git commit and push
35-
3. run `./deploy.sh`
36+
3. run `./deploy.sh`

0 commit comments

Comments
 (0)