Skip to content

Commit

Permalink
Merge pull request #4 from mazbergaz/readme-update-setup
Browse files Browse the repository at this point in the history
update README for local setup
  • Loading branch information
jasoet authored Sep 23, 2019
2 parents 34a5cdf + a8a86c5 commit 5309e99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@ For proctor service
* Copy `.env.sample` into `.env` file. Please refer [here](#proctor-service-configuration-explanation) for configuration explanation
* Make sure you set correct value in `.env` for Kubernetes, Postgresql, and Redis
* Export value of `.env` by running `source .env`
* Run `make db.setup` to setup local postgresql and migration
* Run `./_output/bin/server s` to start proctor service

For proctor cli

* Run `./_output/bin/cli config PROCTOR_HOST=<proctor-service-host>` to point you proctor cli to local proctor service
* Run `./_output/bin/cli` to see complete usage of proctor cli
* Run `make ftest.update.metadata` to generate sample available command
* Test the client with `./_output/bin/cli list`

## Proctor Components
Here's the overview of proctor components.
Expand Down

0 comments on commit 5309e99

Please sign in to comment.