Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
christinab12 authored Dec 10, 2023
1 parent da9eb18 commit 16cc3a0
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions src/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,22 @@ pip install -e .

Before launching the GUI you will need to set up your client configuration file, _dcp_client/config.cfg_. Please, obey the [formal JSON format](https://www.json.org/json-en.html). Here, we will define how the client will interact with the server. There are currently two options available: running the server locally, or connecting to the running instance on the FZJ jusuf-cloud. To connect to a locally running server, set:
```
"user": "local",
"host": "local",
"data-path": "None",
"ip": "localhost",
"port": 7010
"server":{
"user": "local",
"host": "local",
"data-path": "None",
"ip": "localhost",
"port": 7010
}
```
To connect to the running service on jusuf-cloud, set:
```
"server":{
"user": "xxxxx",
"host": "xxxxxx",
"data-path": "xxxxx",
"ip": "xxx.xx.xx.xx",
"port": xxxx
"user": "xxxxx",
"host": "xxxxxx",
"data-path": "xxxxx",
"ip": "xxx.xx.xx.xx",
"port": xxxx
}
```
Before continuing, you need to make sure that DCP server is running, either locally or on the cloud. See [DCP Server Installation & Launch](https://github.com/HelmholtzAI-Consultants-Munich/data-centric-platform/blob/main/src/server/README.md#using-pypi) for instructions on how to launch the server. **Note:** In order for this connection to succeed, you will need to have contacted the team developing DCP, so they can add your IP to the list of accepted requests.
Expand Down

0 comments on commit 16cc3a0

Please sign in to comment.