updated readme
This commit is contained in:
@@ -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
|
||||
<del>connect http://localhost:8984/synopsx/create-project</del>
|
||||
|
||||
<del>create a 'gdp' project</del>
|
||||
|
||||
<del>connect to http://localhost:8984/synopsx/config</del>
|
||||
<del>select 'gpd' and click on 'ok'</del>
|
||||
|
||||
## 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
|
||||
|
||||
Reference in New Issue
Block a user