No Description

Bachir Soussi Chiadmi 9644e66fbf automaticly create the basex db from sourcesPrep 4 years ago
Docker 9644e66fbf automaticly create the basex db from sourcesPrep 4 years ago
client @ 3fa56a54ca 8089a1c852 added client submodule 4 years ago
data @ 423de0caf0 8ba995ff61 added sourcePrep as data, mountd on /srv/basex/data 4 years ago
synopsx @ 558dd832a2 237acc11e2 updated synopsx, added webapp mount, readme 4 years ago
webapp @ e6ca72b4a0 237acc11e2 updated synopsx, added webapp mount, readme 4 years ago
.env 237acc11e2 updated synopsx, added webapp mount, readme 4 years ago
.gitignore 1a930deafc added synopsx, basex/basexhttp 4 years ago
.gitmodules 237acc11e2 updated synopsx, added webapp mount, readme 4 years ago
LICENSE dc46999f96 Initial commit 4 years ago
README.md c5f1469cde basex dockerfile create db, readme 4 years ago
docker-compose.yml 9644e66fbf automaticly create the basex db from sourcesPrep 4 years ago

README.md

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',...)
``` */}}
connect http://localhost:8984/synopsx/create-project

create a 'gdp' project

connect to http://localhost:8984/synopsx/config
select 'gpd' and click on 'ok'

the api is ready, you can go to http://localhost:8984/gdp/home


{{/* ## Client

cd client npm install npm run dev ``` open http://localhost:8080 in your browser */}}

Doc

https://github.com/guidesDeParis/webapp/blob/master/install.md

http://docs.basex.org/wiki/Docker

https://hub.docker.com/r/basex/basexhttp