Welcome to the repository that powers the admin interface and scheduled jobs.
Please open an issue in the support repository. Feel free to submit PRs here.
Check out the classic branch.
Install the foreman
gem.
Running foreman start
will start the database for you and the rails server.
You can run processes individually using foreman start web
and foreman start postgresql
.
Credentials and other sensitive information are stored in the .env
file.
Duplicate the existing .env.example
file and fill the variables.
To load these variables when you run rails commands, prefix them with foreman run
.
For example, to start the rails console type the following command:
foreman run rails c