|  | 6 年之前 | |
|---|---|---|
| Docker | 6 年之前 | |
| client @ 01e4d99537 | 6 年之前 | |
| data @ 423de0caf0 | 6 年之前 | |
| synopsx @ 558dd832a2 | 6 年之前 | |
| webapp @ e6ca72b4a0 | 6 年之前 | |
| .env | 6 年之前 | |
| .gitignore | 6 年之前 | |
| .gitmodules | 6 年之前 | |
| LICENSE | 6 年之前 | |
| README.md | 6 年之前 | |
| docker-compose.yml | 6 年之前 | 
sudo pacman -S docker docker-compose docker-machine
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
sudo systemctl start docker
only before the first run (may take some time)
sudo docker-compose build
then each time you want to launch the app
sudo docker-compose up -d
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
open http://localhost:8988 in your browser
to follow the webpack compilation process, run
sudo docker-compose logs -f
https://github.com/guidesDeParis/webapp/blob/master/install.md