No Description

Bachir Soussi Chiadmi 77c68f4dd5 tried reverse proxying with nginx to get around cross domain security problemen with basex, not working 4 years ago
Docker 77c68f4dd5 tried reverse proxying with nginx to get around cross domain security problemen with basex, not working 4 years ago
client @ 01e4d99537 c27037ff16 client updated 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 e20b955f3f readme 4 years ago
docker-compose.yml 77c68f4dd5 tried reverse proxying with nginx to get around cross domain security problemen with basex, not working 4 years ago

README.md

docker-gdp

Install docker (only once)

sudo pacman -S docker docker-compose docker-machine

Clone this repos

this will clone this repos (main docker environement) and necessary other source code (synopsx, webapp, xml-tei sources, vuejs client)

git clone --recursive -o figli https://figureslibres.io/gogs/bachir/docker-gdp.git

Docker

start docker engine

sudo systemctl start 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

connect http://localhost:8984/synopsx/create-project

create a 'gdp' project

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

API

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

Client

open http://localhost:8988 in your browser

to follow the webpack compilation process, run

sudo docker-compose logs -f

Doc

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

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

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