Our hacknight project, a future replacement for soapbox.
To get started developing:
- Make a fork of the LasVegasRubyGroup/podium repository on your github account.
- Clone the github repository to your computer.
- Install Ruby 2.1.1. This version is specified in our Gemfile.
- Follow the Nokogiri installation instructions to make sure you install all the prerequisites for Nokogiri. You don't have to actually install Nokogiri yet; bundler will do that for us.
- Run
gem install bundler
. - Run
bundle
- Install node.js and phantomjs. These are external packages that our test suite uses and cannot be installed with bundler.
- Install PostgreSQL and create databases named
podium_test
andpodium_development
. - Run
rake
and make sure all the examples succeed.