forked from Bodacious/blogit
-
Notifications
You must be signed in to change notification settings - Fork 0
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-pygments
python --version
Download 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 Pygments
cd spec/dummy
bundle exec rake db:create db:migrate db:test:prepare
bundle exec rspec
bundle exec guard
cd spec/dummy
bundle exec rails server