CI systems and build tooling to support automation for Wownero development.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
lza_menace 9512cfdaa5
adding ignore of secrets file
4 years ago
.gitignore adding ignore of secrets file 4 years ago
README.md updating readme with new instructions 4 years ago
docker-compose.yaml new support configs and scripts 4 years ago
env.example new support configs and scripts 4 years ago
setup.sh new support configs and scripts 4 years ago

README.md

wownero-ci

CI system and build tooling to support automation for Wownero development.

Setup

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.

sudo bash setup.sh

Next, setup the secrets:

cp env.example .env
vim .env
# generate new secrets and fill out all variables

Use docker-compose to start the services.