We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82fc41 commit 46cd843Copy full SHA for 46cd843
DEPLOY.md
@@ -20,6 +20,7 @@ db.meteor_accounts_loginServiceConfiguration.insert({
20
1. `git clone [email protected]:robotics-in-concert/rocon_cento.git git`
21
22
1. install forever : `npm install forever -g`
23
+1. install meteor : `curl https://install.meteor.com | /bin/sh`
24
1. install metorite : `npm install meteorite -g`
25
26
#### Local
@@ -32,4 +33,4 @@ db.meteor_accounts_loginServiceConfiguration.insert({
32
33
### warm deploy
34
1. edit code
35
2. git commit and push
-3. run `./deploy.sh`
36
+3. run `./deploy.sh`
0 commit comments