Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 826 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 826 Bytes

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: