Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
sodabrew edited this page Dec 19, 2012 · 4 revisions

First check out the puppet-dashboard repo, and cd into the base puppet-dashboard directory.

To get unit tests up and running, follow these steps:

  gem install mysql -i vendor/ --no-ri --no-rdoc
  cp config/database.yml.example config/database.yml
  cp spec/spec.opts.example spec/spec.opts
  rake db:migrate
  rake spec
Clone this wiki locally