setup: explain what initializing the database does

This commit is contained in:
Pierre de La Morinerie 2018-09-03 14:22:35 +02:00
parent 2e536e90f2
commit 18fd99c1f2

View file

@ -29,6 +29,7 @@ chdir APP_ROOT do
cp 'config/env.example', '.env'
end
# Create the database, load the schema, and initialize it with the seed data
puts "\n== Preparing database =="
system! 'bin/rails db:setup'