chetanvaity / kaal

A web app which lets you create and share timelines.
http://pollengra.in/
1 stars 1 forks source link

PollenGrain - Timelines. Quick. Easy.

Create and Share timelines

  1. git clone git@github.com:chetanvaity/kaal.git
  2. mysql -u root -p

    create database ; grant all privileges on .* to @localhost identified by '';

  3. Edit config/database.yml
  4. rake db:setup (Don't run migrations)
  5. rails server thin