/organize-app

[DEPRECATED] See https://github.com/dmitryrck/organize2

Primary LanguageRubyMIT LicenseMIT

OrganizeApp

Build Status

Getting started

git clone git://github.com/dmitrynix/organize-app.git
cd organize-app
bundle install
cp config/database.yml{.sample,}
rake db:migrate
rake db:seed
foreman start

Go to http://localhost:5000, and use admin@example.com with password.

TODO

  • Fix paginations link at tags show view;
  • Use Github issue instead of README todo;
  • Add screenshots;
  • Add "heroku sample";

License

OrganizeApp is released under the MIT license.