CI systems and build tooling to support automation for Wownero development.
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
此存儲庫已封存。您可以查看檔案及 Clone 此存儲庫,但不能推送、建立問題及發出合併請求。
 
 
lza_menace 4a1e01c286
adding note about creating new oauth2 app
4 年前
.gitignore adding ignore of secrets file 4 年前
Makefile clarify some points in the readme and adjust makefile 4 年前
README.md adding note about creating new oauth2 app 4 年前
docker-compose.yaml adjusting vars further, fixing issues 4 年前
env.example adjusting vars further, fixing issues 4 年前
setup.sh adding makefile for ez-pz admin 4 年前

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.