-
Notifications
You must be signed in to change notification settings - Fork 104
Dev setup
gavinlaking edited this page Nov 3, 2012
·
3 revisions
Here are the steps to set up the development environment:
bundle install
sudo apt-get install python-pygmentspython --versionDownload the Setuptools package corresponding to your version of Python; e.g. `setuptools-0.6c11-py2.7.egg` for Python 2.7.×. You will need your root password:
sudo sh setuptools-0.6c11-py2.7.egg
sudo easy_install Pygmentscd spec/dummy
bundle exec rake db:create db:migrate db:test:preparebundle exec rspecbundle exec guardcd spec/dummy
bundle exec rails server