26 lines
764 B
Markdown
26 lines
764 B
Markdown
# gitea
|
|
|
|
[![Build Status](https://drone.autonomic.zone/api/badges/autonomic-cooperative/gitea/status.svg)](https://drone.autonomic.zone/autonomic-cooperative/gitea)
|
|
|
|
> https://gitea.io/
|
|
|
|
> https://git.autonomic.zone
|
|
|
|
## Development
|
|
|
|
```bash
|
|
$ 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:
|
|
|
|
> http://localhost:3000
|
|
|
|
## Production
|
|
|
|
1. Our [drone.autonomic.zone](https://drone.autonomic.zone/autonomic-cooperative/gitea/) configuration automatically deploys.
|
|
1. For a manual deploy guide, see [this documentation](https://git.autonomic.zone/autonomic-cooperative/organising/wiki/working-with-docker-swarm).
|