Update vagrant script
This commit is contained in:
@@ -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
|
||||
@@ -5,6 +5,6 @@
|
||||
"authorizedKeys": {
|
||||
|
||||
},
|
||||
"maxAnonymousRunsPerDay": 50,
|
||||
"maxAnonymousCallsPerDay": 2000
|
||||
"maxAnonymousRunsPerDay": 99999999,
|
||||
"maxAnonymousCallsPerDay": 99999999
|
||||
}
|
||||
@@ -3,8 +3,8 @@
|
||||
"googleAnalyticsId": "",
|
||||
|
||||
"authorizedKeys": {
|
||||
"1234567890": "contact@gaelmetais.com"
|
||||
|
||||
},
|
||||
"maxAnonymousRunsPerDay": 50,
|
||||
"maxAnonymousCallsPerDay": 2000
|
||||
"maxAnonymousRunsPerDay": 99999999,
|
||||
"maxAnonymousCallsPerDay": 99999999
|
||||
}
|
||||
Reference in New Issue
Block a user