diff --git a/README.md b/README.md index 01df8ff..a251801 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ 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 +git clone --recursive https://figureslibres.io/gogs/bachir/docker-gdp.git ``` ## Docker @@ -31,14 +31,6 @@ 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 @@ -56,6 +48,18 @@ to follow the webpack compilation process, run sudo docker-compose logs -f ``` +## Update +update the code +``` +git pull origin master +git submodule update --recursive --remote +``` +restart the containers +``` +docker-compose restart basex +docker-compose restart client +``` + ## Doc https://github.com/guidesDeParis/webapp/blob/master/install.md