- Windows 10 Home
- Install wsl2 and Ubuntu
- Install Docker Desktop from Docker Hub
- Linux
-
Build docker image
bin/build-env.sh
-
Run docker image
#Usage bin/run-env.sh <port - optional(default 8081)> bin/run-env.sh -
Build project web server (inside docker image) NOTE: You won't be able to
cdhere yet because the DeliverySystem directory does not exist. If you were able to launch the above commands you should now be inside the docker image. You can exit it with CTRL+D now.# Inside docker image cd /home/user/repo/DeliverySystem make
-
Run web server (inside docker image)
# MUST be within DeliverySystem/ directory inside docker image cd /home/user/repo/DeliverySystem ./bin/run.sh
-
Open up Firefox and browse to http://127.0.0.1:8081/
-
Run the ssh environment
# Run the ssh environment # Example: ./bin/ssh-env.sh <x500> <port> <computer num> ./bin/ssh-env.sh myx500 8081 05
-
Build and run the simulation
cd /path/to/DeliverySystem make -j ./bin/run.sh -
Open up Firefox and browse to http://127.0.0.1:8081/
-
Log on to VOLE-3D or VOLE (VOLE is slower for graphics, but is great for tests, etc...)
-
Build project
cd /path/to/cloned/repository cd DeliverySystem make
-
Run DeliverySystem
# MUST be within project/ directory ./bin/run.sh -
Open up Firefox and browse to http://127.0.0.1:8081/