This commit is contained in:
2019-07-19 11:05:23 +02:00
parent 9644e66fbf
commit c908391a95
+3 -9
View File
@@ -27,12 +27,6 @@ sudo docker-compose up -d
``` ```
## DB ## 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 connect http://localhost:8984/synopsx/create-project
create a 'gdp' project create a 'gdp' project
@@ -43,13 +37,13 @@ select 'gpd' and click on 'ok'
the api is ready, you can go to http://localhost:8984/gdp/home the api is ready, you can go to http://localhost:8984/gdp/home
{{/* ## Client ## Client
``` ```
cd client /* cd client
npm install npm install
npm run dev npm run dev
``` ```
open http://localhost:8080 in your browser */}} open http://localhost:8080 in your browser */
## Doc ## Doc