Skip to content

Commit

Permalink
Add Redis installation to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mathyoudawson committed Oct 5, 2019
1 parent e727a53 commit 3241a66
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,16 @@ For information on how to install for use with the cloud environment, please see
10. Wheeeee! You're up and running! Log in with test usernames "user", "moderator", or "admin", and password "password".
11. Run `rails test` to confirm that your install is working properly. Or `rails test:system` for system tests.

## Redis Installation

Public Lab uses Redis and may be required for some functionality when running the application locally.
1. Install Redis if you haven't already:
* Using **MacOS**: `brew install redis`
2. Run Redis server:
* Using **MacOS**: `brew services start redis`
3. Run SideKiq: `bundle exec sidekiq`
4. If SideKiq started correctly Redis is now configured and working!

## SSL in Development

We, at Public Lab use [openssl](https://github.com/ruby/openssl) gem to provide SSL for the secure connection in the development mode. You can run the https connection on the localhost by following following steps:
Expand Down

0 comments on commit 3241a66

Please sign in to comment.