setup: explain what initializing the database does
This commit is contained in:
parent
2e536e90f2
commit
18fd99c1f2
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ chdir APP_ROOT do
|
||||||
cp 'config/env.example', '.env'
|
cp 'config/env.example', '.env'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Create the database, load the schema, and initialize it with the seed data
|
||||||
puts "\n== Preparing database =="
|
puts "\n== Preparing database =="
|
||||||
system! 'bin/rails db:setup'
|
system! 'bin/rails db:setup'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue