This is a basic Ruby on Rails project that serves a simple frontend that allows you to enqueue various scientific jobs.
Make sure you have the latest Ruby and Ruby on Rails installed.
After cloning the project, navigate to the root directory of the project and run the following command to install all the required dependencies:
$ bundle installNext, create the database by running:
$ rails db:createMigrate the database schema by running:
$ rails db:migrateStart the server:
$ rails serverYou can now access the application at http://localhost:3000/
You can also view the DelayedJob queues and jobs at http://localhost:3000/delayed_jobs/overview