A web app which lets you create and share timelines.
1
stars
1
forks
source link
PollenGrain - Timelines. Quick. Easy.
Create and Share timelines
- git clone git@github.com:chetanvaity/kaal.git
- mysql -u root -p
create database ;
grant all privileges on .* to @localhost identified by '';
- Edit config/database.yml
- rake db:setup (Don't run migrations)
- rails server thin