These instructions are written for a Mac setup. All tools listed should be installable or have alternatives on Windows/Linux, but the steps might be different from those listed.
Ensure you have been invited and can access the following pages
Install dependencies
Required:
git lfs install && git lfs pull
Optional (not needed if using Docker Quickstart):
Install tools
If running with the docker setup, adminer will be running on http://localhost:8888 and you’ll see connection info printed to the console
Dedicated clients include Postico for Mac, PgAdmin for Mac & Windows, DataGrip (macOS and Windows), TablePlus (all OS)
Clone the repository.
https://github.com/Virtual-Hospitals-Africa/virtual-hospitals-africa
git clone [email protected]:Virtual-Hospitals-Africa/virtual-hospitals-africa.git --recursive
Run ./setup.sh
. If you missed any dependencies or are running Windows you may need to follow the steps manually to create the .env files correctly
./setup.sh
Run the project locally. You will see TLS
errors. Those can safely be ignored for now
deno task start
Access the application at https://localhost:8000. You should be prompted to log in via google.
If you could log in, you’re fully up! Try the workflows from Testing things out