Update ubuntu_setup.sh (needs QA)

pull/1016/head
Rick Carlino 2018-10-19 13:12:13 -05:00
parent 6668104eff
commit 6c88687654
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ sudo docker-compose run web bundle install
# Install application specific Javascript deps
sudo docker-compose run web npm install
# Create a database in PostgreSQL
sudo docker-compose run web bundle exec rails db:setup
sudo docker-compose run web bundle exec rails db:create db:migrate
# Generate a set of *.pem files for data encryption
sudo docker-compose run web rake keys:generate # ⚠ SKIP THIS STEP IF UPGRADING!
# Build the UI assets via WebPack