Cloning and Setup
git clone https://github.com/KillrVideo/killrvideo-java.git
cd killrvideo-java
mvn clean test
Setup the Docker environment
curl -sSL http://get.docker.com/ | sh
sudo curl -L https://github.com/docker/compose/releases/download/1.21.2/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
./setup-docker.sh
Start the docker dependencies
docker-compose up -d
Running as command line
curl icanhazip.com
35.193.45.136
mvn spring-boot:run -D=KILLRVIDEO_HOST_IP=35.193.45.136 -D=KILLRVIDEO_DOCKER_IP=35.193.45.136
Opening the Web UI
http://35.193.45.136:3000/