Skip to content
David Fisher edited this page Oct 19, 2013 · 2 revisions

Installation

To get awesomebits working locally, you should do the following steps.

  • git clone [email protected]:awesomefoundation/awesomebits.git (you may want to fork and add remotes as well)
  • cd awesomebits
  • bundle install
  • rake create
  • rake db:migrate
  • rake db:seed
  • rspec spec to ensure that tests pass.

Potential issues

You may encounter an issue installing capybara-webkit, getting an error like Command 'qmake -spec macx-g++' not available. On OS X, to fix this run brew install qt from your terminal, and then try to bundle install again. The error is due to that you're likely missing qt libraries needed to compile a native extension. On other platforms, more documentation and help is available on Stack Overflow

Clone this wiki locally