Skip to content
This repository was archived by the owner on Jun 28, 2023. It is now read-only.

Developing Bandiera

Darren Oakley edited this page Feb 11, 2014 · 1 revision

To work with Bandiera, you need to be comfortable working in Ruby, but the code itself is very very simple...

  1. Fork this repo.
  2. Run bundle install
  3. Create a config/database.yml file with your database connection details (use config/database.yml.sample as a guide).
  4. Run bundle exec rake db:create db:migrate.
  5. Run RACK_ENV=test bundle exec rake db:create db:migrate.
  6. Run shotgun -p 5000

You'll now see the web interface sitting on http://localhost:5000, and the API at http://localhost:5000/api.

Clone this wiki locally