osem-fcy/bin/osem-init.sh

7 lines
137 B
Bash
Raw Normal View History

#!/bin/bash
2020-02-04 18:44:32 -08:00
bundle install
# Setup the app if it isn't already setup
bundle exec rake db:bootstrap
# Start the app
foreman start -p 3000