There was an error while loading. Please reload this page.
1 parent d576fe6 commit 04f69afCopy full SHA for 04f69af
README.md
@@ -30,7 +30,7 @@ All the following paths are relative to `$GOPATH/src/github.com/salvacorts/TFG-P
30
```bash
31
cd native/server
32
go run -grpcPort <port> -clusterPort <port> -metricsPort <port> -clusterBoostrap <boostrap node addr:port> -datasetPath <path to dataset> -webPath <path to web> -webPort <port>
33
-# e.g. go run server.go -grpcPort 2006 -clusterPort 4003 -metricsPort 5003 -clusterBoostrap 127.0.0.1:4001 -datasetPath .. -webpath .. -webPort 8080
+# e.g. go run server.go -grpcPort 2006 -clusterPort 4003 -metricsPort 5003 -clusterBoostrap 127.0.0.1:4001 -datasetPath ../../../datasets/glass.csv -webpath ../../web/src/ -webPort 8080
34
```
35
36
#### Evaluator
0 commit comments