install.md aktualisiert
This commit is contained in:
parent
3c915c6ee5
commit
2b59ddd609
29
install.md
29
install.md
@ -1,5 +1,30 @@
|
||||
|
||||
# QField Cloud
|
||||
|
||||
git clone https://github.com/opengisch/QFieldCloud.git
|
||||
|
||||
### Debian vorbereiten:
|
||||
```
|
||||
mkdir /docker ; cd /docker
|
||||
curl -k https://get.docker.com | bash
|
||||
|
||||
systemctl stop exim4
|
||||
```
|
||||
|
||||
### QFieldCloud klonen:
|
||||
```
|
||||
cd /docker
|
||||
git clone https://github.com/opengisch/QFieldCloud.git
|
||||
cd /docker/QFieldCloud
|
||||
```
|
||||
|
||||
### Konfiguration anpassen:
|
||||
```
|
||||
cp .env.example .env
|
||||
nano .env
|
||||
```
|
||||
|
||||
### Container bauen und starten:
|
||||
```
|
||||
docker compose up -d --build ; docker compose logs -f
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user