Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Documentation #146

Merged
merged 2 commits into from
Dec 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ venv.bak/
# mypy
.mypy_cache/

# Visual Studio
.vscode/

# Project specific include/excludes
!frontend/build
api/client_secrets/secrets.json
Expand All @@ -115,17 +118,16 @@ owasp/dependency-check-report.html
sonar-runner/.gradle
.DS_Store
/.idea
/frontend/static/keycloak.json
/frontend/static/keycloak-local.json
/frontend/static/keycloak-local.localhost.json
/frontend/static/keycloak-local.pathfinder.json
/frontend/static/keycloak-local.pathfinder-test.json
/frontend/static/keycloak-local.pathfinder-dev.json

# Docker
api/Dockerfile
frontend/Dockerfile
docker-compose.yml
api/init.sh
api/wait-for-it.sh

/frontend/static/keycloak-local.pathfinder-test.json
/frontend/static/keycloak-local.pathfinder-dev.json
/frontend/static/keycloak.json
api/wait-for-it.sh
Binary file not shown.
2 changes: 1 addition & 1 deletion documentation/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Ensure you have python 3. I also had to install: gcc, python3-venv, libmysqlclie

1. `cd queue-management`
1. `cp documentation/demo-files/secrets.json api/client_secrets/secrets.json`
1. `cp documentation/demo-files/keycloak-local.json frontend/static/keycloak-local.json`
1. `cp documentation/demo-files/keycloak.json frontend/static/keycloak.json`

### Set Enviornment Variables required:

Expand Down