A simple system for tracking incoming enquiries from customers with an easy to use interface for support staff to communicate with clients.
Install Ruby dependencies:
bundle installCopy configuration files:
cp config/database.dev.yml config/database.ymlCreate db:
rake db:createImport data dump:
mysql -u user_name -p issue_tracking_development < config/db.sqlRun migrations:
rake db:migrateStart dev server:
rails s
To sign in as stuff use [email protected] or [email protected] with password password