From fc007fccf8859efc01f1b75bd34d8e203ac64763 Mon Sep 17 00:00:00 2001 From: albert Date: Mon, 29 Aug 2011 15:21:24 -0400 Subject: [PATCH] install script fixes --- INSTALL.debian | 1 + config/deploy/staging.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.debian b/INSTALL.debian index 7d2784669..8ee5e85cf 100644 --- a/INSTALL.debian +++ b/INSTALL.debian @@ -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 diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb index 5ace5b5d1..1fa48f7ad 100644 --- a/config/deploy/staging.rb +++ b/config/deploy/staging.rb @@ -1 +1 @@ -server "testbooru.donmai.us", :web, :app, :primary => true +server "testbooru.donmai.us", :web, :app, :db, :primary => true