-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
f90b85f
commit a3e2912
Showing
8 changed files
with
290 additions
and
3,453 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Build and use your docker | ||
|
||
After you have cloned the repo, be sure to have a Reddis and PostgreSQL server running on your machine | ||
|
||
export [email protected] | ||
export ADMIN_PASSWORD=password | ||
export DATABASE_URL=postgres://postgres:@127.0.0.1:5432/aurora | ||
export CACHE_URL=redis://127.0.0.1:6379/1?client_class=django_redis.client.DefaultClient | ||
|
||
cd docker | ||
|
||
make build run | ||
|
||
|
||
## Use provided compose.yml | ||
|
||
docker compose up | ||
|
||
navigate to http://localhost:8000/admin/ and login using `[email protected]/password` |
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
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
nav: | ||
- Development: dev.md | ||
- Config: config.md |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Setup HOPE integration | ||
|
||
- Add aurora_token in the user | ||
- Add aurora_server in the Constance Config | ||
- Fetch data from Aurora | ||
- Associate Organizations to Business Areas | ||
- Associate Projects to Programmes |
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