diff --git a/Debian-6.0-minimal-setup.md b/Debian-6.0-minimal-setup.md index f913eb2..068982e 100644 --- a/Debian-6.0-minimal-setup.md +++ b/Debian-6.0-minimal-setup.md @@ -17,6 +17,7 @@ Edit **Gemfile** to make the following changes on the corresponding lines: >\# gem "mysql" \# gem "hoe" gem "ZenTest", "=4.6.0" +gem 'factory_girl', '~> 2.6' Continue as root in /opt/tracks: @@ -49,7 +50,7 @@ Try to start the service: With rails 3.2.6: - rails server + rails server -e production If it's going well then head your browser to debian_host:3000 and check the webpage.