Skip to content

Commit

Permalink
update vulcan setup to also load the sample data
Browse files Browse the repository at this point in the history
Signed-off-by: Vanessa Fotso <[email protected]>
  • Loading branch information
vanessuniq committed Oct 2, 2023
1 parent e9bc746 commit 901ef42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ FileUtils.chdir APP_ROOT do
puts "\n== Preparing database =="
system! 'bin/rails db:create db:schema:load'

puts "\n== Seeding database =="
system! 'bin/rails db:seed'

puts "\n== Removing old logs and tempfiles =="
system! 'bin/rails log:clear tmp:clear'

Expand Down

0 comments on commit 901ef42

Please sign in to comment.