m (→Set up QA Reports: Rack installation manually first makes qa-reports bundling work, it seems) |
m (→Set up QA Reports: And more dependencies...) |
||
| Line 20: | Line 20: | ||
# Clone qa-reports from git: <tt>$ git clone git://gitorious.org/meego-quality-assurance/qa-reports.git</tt> | # Clone qa-reports from git: <tt>$ git clone git://gitorious.org/meego-quality-assurance/qa-reports.git</tt> | ||
| - | # Install preqrequisites: <tt>$ sudo apt-get install libmysqlclient-dev libxml2-dev libxslt1-dev</tt> | + | # Install preqrequisites: <tt>$ sudo apt-get install libmysqlclient-dev libxml2-dev libxslt1-dev libsqlite3-dev</tt> |
# Create database config to <tt>qa-reports/config/database.yml</tt> (example exists by name <tt>database.example.yml</tt>) | # Create database config to <tt>qa-reports/config/database.yml</tt> (example exists by name <tt>database.example.yml</tt>) | ||
# Install gem <tt>rack</tt> to get what's needed to be able to use the git version: <tt>$ gem install rack</tt> | # Install gem <tt>rack</tt> to get what's needed to be able to use the git version: <tt>$ gem install rack</tt> | ||
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: