Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
HettieS committed Feb 5, 2025
1 parent b98be1f commit acd10dc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit acd10dc

Please sign in to comment.