Skip to content

Commit

Permalink
Fix `make db' issue (db is now a dir)
Browse files Browse the repository at this point in the history
  • Loading branch information
HD Moore committed Dec 28, 2012
1 parent 62d6590 commit 87fadd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ test: install

install: bundler

db:
@echo "Checking the database.."
RAILS_ENV=production bundle exec rake db:migrate

bundler:
@echo "Checking for RubyGems and the Bundler gem..."
@ruby -rrubygems -e 'require "bundler"; puts "OK"'
Expand All @@ -18,3 +14,8 @@ bundler:

@echo "Installing missing gems as needed.."
bundle install


database:
@echo "Checking the database.."
RAILS_ENV=production bundle exec rake db:migrate
2 changes: 1 addition & 1 deletion bin/verify_install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
puts "[*] 6. Modify config/warvox.conf and set a UI password"
puts "[*]"
puts "[*] 7. Initialize the WarVOX database"
puts "[*] $ make db"
puts "[*] $ make database"
puts "[*]"
puts "[*] 8. Start WarVOX with bin/warvox.rb"
puts "[*]"
Expand Down

0 comments on commit 87fadd0

Please sign in to comment.