Updated Debian 6.0 minimal setup (markdown)

marioschubert 2012-08-22 14:10:56 -07:00
parent dbdd529ca8
commit 0a0ec93a69

@ -17,6 +17,7 @@ Edit **Gemfile** to make the following changes on the corresponding lines:
>\# gem "mysql" >\# gem "mysql"
\# gem "hoe" \# gem "hoe"
gem "ZenTest", "=4.6.0" gem "ZenTest", "=4.6.0"
gem 'factory_girl', '~> 2.6'
Continue as root in /opt/tracks: Continue as root in /opt/tracks:
@ -49,7 +50,7 @@ Try to start the service:
With rails 3.2.6: 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. If it's going well then head your browser to debian_host:3000 and check the webpage.