updated synopsx, added webapp mount, readme

This commit is contained in:
2019-07-18 19:16:07 +02:00
parent 8ba995ff61
commit 237acc11e2
7 changed files with 49 additions and 3 deletions
+38
View File
@@ -1,5 +1,43 @@
# docker-gdp
## Install docker
```
sudo pacman -S docker docker-compose docker-machine
```
## Clone this repos
this will clone this repos (main docker environement) and the edlp drupal 8 source code (without sites/default folder)
```
git clone --recursive -o figli https://figureslibres.io/gogs/bachir/docker-gdp.git
```
## Docker
### build
only before the first run (may take some time)
```
sudo docker-compose build
```
### run
then each time you want to launch the app
```
sudo docker-compose up -d
```
## DB
Only at first up, creat the basex database
```
sudo docker exec -it gdp_basex_1 bash
basex
run db:create('gdp','/srv/basex/src/gdp.tei.xml',...)
```
## Doc
https://github.com/guidesDeParis/webapp/blob/master/install.md
http://docs.basex.org/wiki/Docker
https://hub.docker.com/r/basex/basexhttp