arunoda / meteor-up-legacy

Production Quality Meteor Deployments
MIT License
2.26k stars 395 forks source link

Feature request: execute shell script on setup #276

Open wackazong opened 9 years ago

wackazong commented 9 years ago

Would be great to be able to specify a terminal script in mup.json which would be executed on the server on mup setup, before anything else is done. The you could set up some security features, there, firewall, backup scripts, monitoring, reverse proxy setup, etc.

arunoda commented 9 years ago

Good idea.

On Mon Feb 23 2015 at 5:41:11 PM wackazong notifications@github.com wrote:

Would be great to be able to specify a terminal script in mup.json which would be executed on the server on mup setup, before anything else is done. The you could set up some security features, there, firewall, backup scripts, monitoring, reverse proxy setup, etc.

— Reply to this email directly or view it on GitHub https://github.com/arunoda/meteor-up/issues/276.

wackazong commented 9 years ago

Make that two scripts.... Pre and postflight for meteor setup. Maybe the user wants to do some general setup first and then tweak some mongodb settings, but leave the mongodb installation to mup.