Added some installer scripts for manual setup of local VBox environment running Debian Jessie

This commit is contained in:
Tom Staubitz
2016-12-27 00:15:04 +01:00
parent f4c01879bf
commit 730d76843b
8 changed files with 379 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# create, migrate, and seed database tables
cd /home/debian/codeocean_host
export RAILS_ENV=development
echo "load, seed, migrate"
rake db:schema:load
rake db:seed
rake db:migrate