This app requires Ruby 2.4.1 and Postgresql 9.3+ in development and production.
$ git clone [email protected]:aomran/helpcue.git
$ cd helpcue
$ bin/setup
$ cp .env.example .env
-- Fill out the .env file with the appropriate environment variables.
$ foreman start
$ bin/rails test
to run all Ruby tests.$ bin/rails test:system
to run system tests.
$ brew install redis
(For realtime pub/sub)$ brew install phantomjs
(For system tests)
- Internet Explorer (Version 9+), Google Chrome (Latest Version), Mozilla Firefox (Latest Version), Apple Safari (Version 5+).
- Clients without Javascript are not supported.
- HelpCue supports mobile browsers.