Home > rainbowsquare

rainbowsquare

Rainbowsquare is a project mainly written in Ruby, it's free.

RAINBOW SQUARE is a collaborative photography-based game started at the Stuttgart hackerspace shackspace.de

== Getting Started

  1. Copy config/database.yml.example to config/database.yml and configure the database connections (you need a MySQL server)

  2. Create the databases: rake db:create:all

  3. Migrate the tables with 'rake db:migrate' and run 'rake bootstrap:all' to create some default data

  4. Start the web server: rails server (run with --help for options)

  5. Go to http://0.0.0.0:3000/ and login with email "[email protected]" and password "admin123"

Previous:oauthdummy