(Created page with "==Introduction== QA Reports is a Ruby on Rails application so you need to install a bunch of stuff to get it up and running. This draft documentation is based on experiences in …") |
m (→Set up QA Reports) |
||
| Line 27: | Line 27: | ||
## Note: if you get an error about <tt>zlib</tt>, follow [http://rvm.beginrescueend.com/packages/zlib/ these] instructions | ## Note: if you get an error about <tt>zlib</tt>, follow [http://rvm.beginrescueend.com/packages/zlib/ these] instructions | ||
# <tt>$ gem install bundler --no-ri --no-rdoc</tt> | # <tt>$ gem install bundler --no-ri --no-rdoc</tt> | ||
| + | # <tt>$ bundle install --without staging production</tt> | ||
# <tt>$ rake db:create</tt> | # <tt>$ rake db:create</tt> | ||
# <tt>$ rake db:migrate</tt> | # <tt>$ rake db:migrate</tt> | ||
| Line 32: | Line 33: | ||
# Start the server: <tt>$ rails server</tt> | # Start the server: <tt>$ rails server</tt> | ||
## And see it fail due to problems with <tt>RubyGem rack</tt>. TODO: fix this | ## And see it fail due to problems with <tt>RubyGem rack</tt>. TODO: fix this | ||
| - | |||
QA Reports is a Ruby on Rails application so you need to install a bunch of stuff to get it up and running. This draft documentation is based on experiences in installation on Ubuntu 10.10
Most likely you won't succeed with the packaged version of Ruby. Thus this guide uses Ruby Version Manager (rvm).
Follow the instructions then from qa-reports/README.creole: