mean-street / DistributedSystemForDataManagement

0 stars 0 forks source link

Docker Akka #10

Closed nyancol closed 6 years ago

nyancol commented 6 years ago

https://hub.docker.com/_/maven/

nyancol commented 6 years ago
$ docker pull maven
$ git clone https://github.com/Mean-Street/DistributedSystemForDataManagement
$ cd DistributedSystemForDataManagement/WeatherFinder
$ docker run -it --rm --name my-maven-project -v "$PWD":/usr/src/mymaven -w /usr/src/mymaven maven mvn compile
$ docker run -it --rm --name my-maven-project -v "$PWD":/usr/src/mymaven -w /usr/src/mymaven maven mvn exec:java
Vayel commented 6 years ago

@nyancol à quel moment est installé Akka ?

nyancol commented 6 years ago

@Vayel c'est géré par maven

Vayel commented 6 years ago

@nyancol en effet. Par contre, on n'avait pas dit qu'on faisait tout en Scala ?

nyancol commented 6 years ago

@Vayel J'étais pour du Scala, mais comme je n'ai pas compris qu'une décision avait été prise, je me suis contenté de faire du Java au cas où. Peut être que si on a du temps je convertirais en Scala, ce n'est pas trop long.