X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=3c19c8d9472a41911984aa23ec4d7f09d0c7ac04;hb=be9b0d5057a74c22b436cca1364ab1d8417144f7;hp=ce53e2a8c5a502128b7fafb797d8ace2e7651629;hpb=1c51fd1d12e963aa6c827f80cc975335f4a8f671;p=e-mobility-charging-stations-simulator.git diff --git a/README.md b/README.md index ce53e2a8..3c19c8d9 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ But the modifications to test have to be done to the files in the build result d **dist/assets/configurations/\.json**: -The charging station configuration file is automatically generated at startup from the charging station configuration template file and are persistent. +The charging station configuration file is automatically generated at startup from the charging station configuration template file and is persistent. The charging station configuration file content can be regenerated partially on matching charging station configuration template file changes. The charging station serial number is kept unchanged. @@ -241,6 +241,9 @@ The syntax is similar to the charging station configuration template 'Configurat To start the program, run: `npm start`. +To start the program with a UI controller, run: `npm start:server`. +Then, start/stop the simulator by going to `https://` in a browser. Localhost port will default to 8080. For Cloud Foundry, the port is assigned based on the `process.env.PORT` environment variable. + ## Docker In the [docker](./docker) folder: