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.
|
3 years ago | |
---|---|---|
.gitignore | 3 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago | |
docker-compose.yaml | 3 years ago | |
env.example | 3 years ago | |
setup.sh | 3 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 OAuth2 application within Gitea on a service account which is a member of the right organizations:
https://git.wownero.com/user/settings/applications
Then, setup the secrets:
cp env.example .env
vim .env
# generate new secrets and fill out all variables
Use docker-compose
to start the services. A Makefile
has been provided for convenience with all of the typical commands to be run.
make up
make logs
make down
Run make
to see the available commands.