-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,6 +72,12 @@ Postgresql | |
$ brew install postgresql | ||
``` | ||
|
||
Redis | ||
``` | ||
$ brew install redis | ||
``` | ||
|
||
|
||
#### Setup | ||
|
||
Use the following commands to install gems and javascript packages then create the database | ||
|
@@ -106,6 +112,12 @@ The site will be accessible at http://localhost:3000. | |
You can login using one of the users created during the seeding process such as: | ||
`[email protected]` or `correspondence-staff-dev+david.attenborough@digital.justice.gov.uk` with the password set as `DEV_PASSWORD` | ||
|
||
If you have any issues when running background jobs, start by checking that redis and postgresql are running with the below command: | ||
|
||
``` | ||
$ brew services | ||
``` | ||
|
||
### Sidekiq | ||
|
||
When the server is running, you can view the sidekiq queues by going to http://localhost:3000/sidekiq. | ||
|