Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dcamarmas authored Oct 24, 2024
1 parent 8eafd18 commit 3d22878
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dockers/remote_lab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
docker run --init -it -p 5000:5000--name creator_gremote_lab creatorsim/creator_remote_lab /bin/bash
```

3. Create the configuration file. This configuration file uses the JSON format to define three parameters for each of the device's hardware: microcontroller model, connection port, and CREATOR URL gateway.
3. Create/edit the configuration file (deployment.json). This configuration file uses the JSON format to define three parameters for each of the device's hardware: microcontroller model, connection port, and CREATOR URL gateway.

```
{
Expand All @@ -69,10 +69,10 @@
}
```

3. The Python 3 program remote_lab.py has to be executed inside the container, passing as argument the laboratory configuration file.
4. Run the script start_remote_lab.sh inside the Docker container to start the remote lab service.

```
python3 remote_lab.py config.json
./start_remote_lab.sh
```

4. To complete the deployment of the remote laboratory service, the credentials of the E-mail that will be used to send the results of the executions will be requested.
5. To complete the deployment of the remote laboratory service, the credentials of the E-mail that will be used to send the results of the executions will be requested.

0 comments on commit 3d22878

Please sign in to comment.