Skip to content

katipo/kakama

Repository files navigation

Kakama

An open source staff and event rostering application by Katipo Communications Ltd.

Basic Installation

  • Clone
    • git clone git://github.com/katipo/kakama.git
  • Install database. Kakama works with MySQL or Postgres
  • Configure
    • cp config/database.yml.example config/database.yml
    • Adjust config/database.yml as needed
  • Prepare
    • bundle install
    • rake db:setup
    • rake db:seed_fu
    • whenever --update-crontab
    • ruby script/delayed_job start
  • Run
    • rails server

Known issues:

About

An open source staff and event rostering application by Katipo Communications Ltd.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published