CI systems and build tooling to support automation for Wownero development.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.
 
 
lza_menace 4a1e01c286
adding note about creating new oauth2 app
il y a 4 ans
.gitignore adding ignore of secrets file il y a 4 ans
Makefile clarify some points in the readme and adjust makefile il y a 4 ans
README.md adding note about creating new oauth2 app il y a 4 ans
docker-compose.yaml adjusting vars further, fixing issues il y a 4 ans
env.example adjusting vars further, fixing issues il y a 4 ans
setup.sh adding makefile for ez-pz admin il y a 4 ans

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.