Skip to content

Commit

Permalink
Merge pull request #195 from praekeltfoundation/Mudiwa66-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Mudiwa66 authored Nov 15, 2023
2 parents d55d238 + 1bc8683 commit b479a30
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# healthcheck

## Installation

For an efficient project setup, it is recommended you follow these steps:

1. Create and activate a virtual environment.
2. Install dependencies from setup.py, requirements.txt, and requirements-dev.txt.
3. Confirm PostgreSQL installation and activation.

To get your Docker container up and running, run the following line of code in the same directory as the docker files in your repo.

```sh
$ docker-compose up --build
```
You should configure `.env` file to ensure that your instance works as intended.
You also want to create and configure a `.env` file, to ensure that your instance works as intended.

Example `.env` config:
```sh
Expand Down Expand Up @@ -77,4 +86,4 @@ or
```
$ ./manage.py loaddata clinicfinder/fixtures/*.json
```
To load all fixtures at once
To load all fixtures at once

0 comments on commit b479a30

Please sign in to comment.