install script fixes

This commit is contained in:
albert
2011-08-29 15:21:24 -04:00
parent 51e8b57a3d
commit fc007fccf8
2 changed files with 2 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ rvm 1.9.2 --default
# Install gems
gem install --no-ri --no-rdoc capistrano
gem install --no-ri --no-rdoc capistrano-ext
gem install --no-ri --no-rdoc bundler
# Install Passenger
gem install --no-ri --no-rdoc -v 3.0.8 passenger

View File

@@ -1 +1 @@
server "testbooru.donmai.us", :web, :app, :primary => true
server "testbooru.donmai.us", :web, :app, :db, :primary => true