osem-fcy/bin/osem-init.sh

6 lines
122 B
Bash
Raw Normal View History

#!/bin/bash
# Setup the app if it isn't already setup
bundle exec rake db:bootstrap
# Start the app
foreman start -p 3000