From c908391a95283e5a4543a357722d9d385adc4087 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Fri, 19 Jul 2019 11:05:23 +0200 Subject: [PATCH] readme --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b70ecbb..7cf19b1 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,6 @@ sudo docker-compose up -d ``` ## 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 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 -{{/* ## Client +## Client ``` -cd client +/* cd client npm install npm run dev ``` -open http://localhost:8080 in your browser */}} +open http://localhost:8080 in your browser */ ## Doc