Skip to content

Commit

Permalink
Improve setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
ursm committed Oct 23, 2024
1 parent 547214d commit c6c364e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ FileUtils.chdir APP_ROOT do
system! "gem install bundler --conservative"
system("bundle check") || system!("bundle install")

system! "bundle exec submission-excel2xml download_xsd"

# puts "\n== Copying sample files =="
# unless File.exist?("config/database.yml")
# FileUtils.cp "config/database.yml.sample", "config/database.yml"
Expand Down

0 comments on commit c6c364e

Please sign in to comment.