764 B
764 B
gitea
Development
$ git clone https://git.autonomic.zone/autonomic-cooperative/gitea && cd gitea
$ python3 -m venv .venv && source .venv/bin/activate
$ pip install -r requirements.txt
$ docker-compose up
Gitea dashboard:
Production
- Our drone.autonomic.zone configuration automatically deploys.
- For a manual deploy guide, see this documentation.