Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.09 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.09 KB

jess

Welcome to the repository that powers the admin interface and scheduled jobs.


Found a bug or have feedback?

Please open an issue in the support repository. Feel free to submit PRs here.

Looking for the old source?

Check out the classic branch.

Setting up JS.coach

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