这是indexloc提供的服务,不要输入任何密码
Skip to content

yusuf-musleh/scientific-app

Repository files navigation

README

This is a basic Ruby on Rails project that serves a simple frontend that allows you to enqueue various scientific jobs.

Getting Started

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 install

Next, create the database by running:

$ rails db:create

Migrate the database schema by running:

$ rails db:migrate

Start the server:

$ rails server

You 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

About

Basic Ruby on Rails app that enqueues jobs using DelayedJob

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published