Simple server scripts used to deploy and manage the Blot're Play framework application.
- Deploy this repo on the target server and make sure executable permissions are set.
- Run the
./deploy SERVER
script found in the main Blot're source repo. This scripts rebuilds and stages the current version of the app, copies the target to the remove server, and then restarts the application.
Use bin/blotre.sh
to manage the running instance. Supported commands are: status, stop, start, restart.
blotre.sh
based on http://buransky.com/play-framework/init-d-shell-script-for-play-framework-distributed-application/
stop.sh
and stop.sh
and deploy script approach based on https://gist.github.com/gre/5528826