@ -7,7 +7,7 @@ CI system and build tooling to support automation for Wownero development.
@@ -7,7 +7,7 @@ CI system and build tooling to support automation for Wownero development.
Install Docker. I'm using a Ubuntu 20.04 machine. Not a HA or scaling setup, just containers running on a box. Setup script provided.
```
make setup
sudo bash setup.sh
```
Next, setup the secrets:
@ -19,3 +19,12 @@ vim .env
@@ -19,3 +19,12 @@ vim .env
```
Use `docker-compose` to start the services. A `Makefile` has been provided for convenience with all of the typical commands to be run.