mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Update README
This commit is contained in:
parent
7ec576e690
commit
889c568ceb
@ -38,16 +38,16 @@ username@hostname:~$ sudo mount --types cifs --options gid=${USER},password=nopa
|
|||||||
### **Download, configure and build nopaque**
|
### **Download, configure and build nopaque**
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
|
# Clone the nopaque repository
|
||||||
username@hostname:~$ git clone https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
|
username@hostname:~$ git clone https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
|
||||||
username@hostname:~$ mkdir logs
|
|
||||||
username@hostname:~$ cp .env.tpl .env
|
username@hostname:~$ cp .env.tpl .env
|
||||||
# Fill out the variables within this file.
|
# Fill out the variables within this file.
|
||||||
username@hostname:~$ <YOUR EDITOR> .env
|
username@hostname:~$ <YOUR EDITOR> .env
|
||||||
username@hostname:~$ cp docker-compose.override.yml.tpl docker-compose.override.yml
|
username@hostname:~$ cp docker-compose.override.yml.tpl docker-compose.override.yml
|
||||||
# Tweak the docker-compose.override.yml to satisfy your needs.
|
# Tweak the docker-compose.override.yml to satisfy your needs.
|
||||||
username@hostname:~$ <YOUR EDITOR> docker-compose.override.yml
|
username@hostname:~$ <YOUR EDITOR> docker-compose.override.yml
|
||||||
# Create database tables
|
# Build docker images
|
||||||
username@hostname:~$ docker-compose run --rm web flask db init
|
username@hostname:~$ docker-compose build
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Configuration variables in detail
|
#### Configuration variables in detail
|
||||||
|
Loading…
Reference in New Issue
Block a user