-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Corrections_NormaW_LeonH_PullReq_001 #43
base: master
Are you sure you want to change the base?
Conversation
test for changes by normaW and leonH_01
using the container ID worked and the container name did not work
@@ -23,7 +23,7 @@ Execute this commands to install Zendro: | |||
$ git clone https://github.com/Zendro-dev/zendro.git | |||
$ cd zendro | |||
$ npm install | |||
$ npm link | |||
$ npm link #sudo npm link? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove comment.
@@ -88,7 +88,7 @@ $ docker ps | |||
|
|||
You can check docker logs by: | |||
``` | |||
$ docker logs -f <container name> | |||
$ docker logs -f <container name> #for us the container id worked, the name did not |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove comment
|
||
* **Without docker setup:** ./graphql-server/config/data_models_storage_config.json | ||
* **With docker setup:** ./config/data_models_storage_config.json | ||
* **Without docker setup:** ./graphql-server/config/data_models_storage_config.json (specify data model here) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data model -> data models
line 123 Keycloak: line 124 http://localhost:8081/auth without /auth the link does not work, in our cases
added empty link for "How to uppload data using the SPA"
added yarn as required software
No description provided.