How to run the application on linux (Ubuntu 18.04)
- install git (sudo aptitude install git)
- install jdk 11 (sudo aptitude install openjdk-11-jdk)
- install maven (sudo aptitude install maven)
- install docker (sudo aptitude install docker.io)
- git clone https://github.com/AxlRoe/shakespeare-translator
- cd shakespeare-translator
- ./run.sh (executed as sudo user, in order to have the permission to execute docker)
In the folder there are also
- Dockerfile
- history (list of commit made in descendent order)