CI systems and build tooling to support automation for Wownero development.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Repozitorijs ir arhivēts. Tam var aplūkot failus un to var klonēt, bet nevar iesūtīt jaunas izmaiņas, kā arī atvērt jaunas problēmas/izmaiņu pieprasījumus.
 
 
lza_menace 4a1e01c286
adding note about creating new oauth2 app
pirms 4 gadiem
.gitignore adding ignore of secrets file pirms 4 gadiem
Makefile clarify some points in the readme and adjust makefile pirms 4 gadiem
README.md adding note about creating new oauth2 app pirms 4 gadiem
docker-compose.yaml adjusting vars further, fixing issues pirms 4 gadiem
env.example adjusting vars further, fixing issues pirms 4 gadiem
setup.sh adding makefile for ez-pz admin pirms 4 gadiem

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.