Skip to content

snackk/MazeRunnerNode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MazeRunnerNode

Description

Maze solver with depth first search, breadth first search and A*. Maze solver operates as a partially simulated compute intensive workload with some observable graphic output. It serves as the workload to drive the project for the Cloud Computing and Virtualization course @ IST 2018

1st time building

local

$ echo "127.0.0.1 loadbalancer.local" | sudo tee -a /etc/hosts

AWS

$ echo "[Private IP of loadbalancer machine on AWS] loadbalancer.local" | sudo tee -a /etc/hosts

Deploy

$ mvn clean package
$ scp -i path/of/pem target/MazeRunnerNode-1.0-SNAPSHOT-jar-with-dependencies.jar ec2-user@NodeIpOnAWS

Run (localhost)

$ mvn clean exec:java -Dexec.args=localhost

Run (AWS)

$ java -jar MazeRunnerNode-1.0-SNAPSHOT-jar-with-dependencies.jar

Written by @snackk

Releases

No releases published

Packages

No packages published

Languages