You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/dy-3dvis/simcoreparaviewweb/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ It brings the paraview visualizer application as an example of how easy one can
10
10
2. execute `make build-devel`, this will build the service as "development" code together with a local minio S3 storage and a postgres DB
11
11
3. execute `make up-devel`, this will run the service locally
12
12
4. open a terminal (preferably bash)
13
-
5. execute `curl -i -X POST localhost:8777/setport -d "port=8777"` in the terminal (this will start the paraviewweb visualizer app)
13
+
5.Not necessary in dev mode anymore: execute `curl -i -X POST localhost:8777/setport -d "port=8777"` in the terminal (this will start the paraviewweb visualizer app)
14
14
6. execute `curl -i -X POST localhost:8777/retrieve` in the terminal (this will make the simcore paraviewweb download the data from the local S3 storage)
15
15
7. open browser at [localhost:8777/visualizer](localhost:8777/visualizer)
0 commit comments