forked from awesomefoundation/awesomebits
-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started
David Fisher edited this page Oct 19, 2013
·
1 revision
To get awesomebits working locally, you should do the following steps.
-
git clone git@github.com:awesomefoundation/awesomebits.git(you may want to fork and add remotes as well) cd awesomebitsbundle installrake createrake db:migraterake db:seed-
rspec specto ensure that tests pass.
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