#8hourapp
This is one of my experimental projects that attempts to build a CMS that is completely driven by git repositories.
Clone this repository and install dependencies:
sudo gems install bundler
bundle exec rake setup
bundle exec rake spec
bundle exec rake run
List all available rake tasks by running this command:
bundle exec rake -T