replace with current repo

and waiting for forgefed -> https://github.com/forgefed/forgefed
This commit is contained in:
les
2019-08-31 22:14:37 +02:00
parent f32fb23520
commit aec65da744
21 changed files with 1110 additions and 284 deletions

View File

@@ -7,7 +7,7 @@ parent: Install
## Install with docker
**You do not need to clone the full repo as we distribute gancio via npm.**
A [Dockerfile](https://git.lattuga.net/cisti/gancio/raw/docker/docker/Dockerfile) and a docker-compose.yml are the only files needed.
A [Dockerfile](https://framagit.org/les/gancio/raw/docker/docker/Dockerfile) and a docker-compose.yml are the only files needed.
1. Create a directory where everything related to gancio is stored (db, images, config)
```bash
@@ -19,8 +19,8 @@ cd /opt/gancio
### Using postgreSQL
1. Download docker-compose.yml and Dockerfile
```bash
wget https://git.lattuga.net/cisti/gancio/raw/master/docker/Dockerfile
wget https://git.lattuga.net/cisti/gancio/raw/master/docker/docker-compose.postgresql.yml -O docker.compose.yml
wget https://framagit.org/les/gancio/raw/master/docker/Dockerfile
wget https://framagit.org/les/gancio/raw/master/docker/docker-compose.postgresql.yml -O docker.compose.yml
```
1. Create an empty configiguration (**this is needed**)
@@ -31,8 +31,8 @@ touch config.json
### Using sqlite
1. Download docker-compose.yml and Dockerfile
```bash
wget https://git.lattuga.net/cisti/gancio/raw/master/docker/Dockerfile
wget https://git.lattuga.net/cisti/gancio/raw/master/docker/docker-compose.sqlite.yml -O docker-compose.yml
wget https://framagit.org/les/gancio/raw/master/docker/Dockerfile
wget https://framagit.org/les/gancio/raw/master/docker/docker-compose.sqlite.yml -O docker-compose.yml
```
1. Create an empty db and config (**this is needed**)
@@ -56,4 +56,4 @@ docker-compose up -d
1. Point your web browser to [http://localhost:13120](http://localhost:13120) or where you specified during setup and enjoy :tada:
1. You can edit `config.json` file and restart the container on your needs, see [Configuration](/config) for more details.
1. You can edit `config.json` file and restart the container on your needs, see [Configuration](/config) for more details.