This runs the sidekiq web console to show the status of the robots.
bundle install
You can set up the Redis connection by creating config/settings/production.yml
in shared configs or by setting the environment variables like this:
SETTINGS__REDIS__HOSTNAME=redis.school.edu
This project will work on any rack compatible server. Just point it at the
config.ru
file. For example:
bundle exec puma