Update vagrant script

This commit is contained in:
Gaël Métais
2015-01-05 19:51:26 +01:00
parent d78716c873
commit 3f389fcf79
3 changed files with 10 additions and 6 deletions
+5 -1
View File
@@ -24,7 +24,11 @@ cd YellowLabTools
npm install --production
bower install --config.interactive=false --allow-root
# Front-end compilation
npm install grunt -g
grunt build
# Start the server
rm server_config/settings.json
cp server_config/settings-prod.json server_config/settings.json
forever start -c "node --stack-size=65500" server.js
forever start -c "node --stack-size=65500" bin/server.js
+2 -2
View File
@@ -5,6 +5,6 @@
"authorizedKeys": {
},
"maxAnonymousRunsPerDay": 50,
"maxAnonymousCallsPerDay": 2000
"maxAnonymousRunsPerDay": 99999999,
"maxAnonymousCallsPerDay": 99999999
}
+3 -3
View File
@@ -3,8 +3,8 @@
"googleAnalyticsId": "",
"authorizedKeys": {
"1234567890": "contact@gaelmetais.com"
},
"maxAnonymousRunsPerDay": 50,
"maxAnonymousCallsPerDay": 2000
"maxAnonymousRunsPerDay": 99999999,
"maxAnonymousCallsPerDay": 99999999
}