rodrigodealer / codurance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running the app

1. Clone the repository

$ git clone https://github.com/rodrigodealer/codurance.git

2. Vagrant (with ansible)

Ansible installation

$ vagrant up

After a while (this can take a while since it will download a lot of dependencies)

$ vagrant ssh

$ cd /vagrant/target/scala-2.11

$ java -jar codurance-assembly-1.0.jar

2. In local machine

$ chmod +x sbt

$ ./sbt assembly

$ java -jar codurance-assembly-1.0.jar

About


Languages

Language:Scala 100.0%