-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from unicef/develop
release
- Loading branch information
Showing
22 changed files
with
71 additions
and
50 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
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,9 +1,9 @@ | ||
nav: | ||
- index.md | ||
# - hope.md | ||
|
||
- Aurora: aurora | ||
- kobo.md | ||
- hde.md | ||
- Country Report: reporting | ||
- Payment Gateway: pg | ||
- Aurora: aurora | ||
# - kobo.md | ||
# - reporting/index.md | ||
# - workspace.md |
This file was deleted.
Oops, something went wrong.
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,4 @@ | ||
nav: | ||
- index.md | ||
- Contributing: setup | ||
- Usage: usage.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Development Setup | ||
# Contributing | ||
|
||
|
||
Prerequisites: | ||
|
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,24 @@ | ||
# Run | ||
|
||
To start working with Aurora you can: | ||
|
||
|
||
### 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 ADMIN_EMAIL=admin@example.com | ||
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 `admin@example.com/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
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
4 changes: 2 additions & 2 deletions
4
docs/glossary/terms/program.md → docs/glossary/terms/programme.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
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
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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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
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,20 +1,20 @@ | ||
# Links | ||
|
||
[//]: # ([![CI](https://github.com/unicef/hope/actions/workflows/ci.yml/badge.svg?branch=develop&event=push)](https://github.com/unicef/hope/actions/workflows/ci.yml)) | ||
[//]: # ([![codecov](https://codecov.io/gh/unicef/hct-mis/graph/badge.svg?token=kAuZEX5k5o)](https://codecov.io/gh/unicef/hope)) | ||
[//]: # ([![codecov](https://codecov.io/gh/unicef/hope/graph/badge.svg?token=kAuZEX5k5o)](https://codecov.io/gh/unicef/hope)) | ||
[//]: # ([![Docker](https://img.shields.io/docker/pulls/unicef/hope)](https://hub.docker.com/repository/docker/unicef/hope/tags)) | ||
|
||
[//]: # ([![Lint](https://github.com/unicef/hope/actions/workflows/lint.yml/badge.svg)](https://github.com/unicef/hope/actions/workflows/lint.yml)) | ||
[//]: # ([![License](https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2Funicef%2Fhope%2Fdevelop%2Fpyproject.toml&query=project.license.text&label=license)](https://github.com/unicef/hope?tab=License-1-ov-file)) | ||
|
||
|
||
|
||
- Official Web Site: <https://github.com/unicef/hct-mis/>{:target="_extra"} | ||
- Official Web Site: <https://github.com/unicef/hope/>{:target="_extra"} | ||
- Documentation: <https://unicef.github.io/hope-documentation/>{:target="_extra"} | ||
- License: <https://github.com/unicef/hct-mis?tab=AGPL-3.0-1-ov-file>{:target="_extra"} | ||
- License: <https://github.com/unicef/hope?tab=AGPL-3.0-1-ov-file>{:target="_extra"} | ||
|
||
|
||
### Technical Resources | ||
|
||
- Source code: <https://github.com/unicef/hct-mis>{:target="_extra"} | ||
- Issue Tracker: <https://github.com/unicef/hct-mis/issues>{:target="_extra"} | ||
- Source code: <https://github.com/unicef/hope>{:target="_extra"} | ||
- Issue Tracker: <https://github.com/unicef/hope/issues>{:target="_extra"} |