Deploy umletino behind nginx
- Run umletion from docker hub :
docker run --rm -p 8080:80 manslaughter/umletino
Run umletino from your local system
- First clone this repositories :
git clone https://github.com/manslaughter03/docker-umletino
cd docker-umletino
- Build docker image (gwt-builder and nginx) :
./build.sh
- Run web server :
./run.sh
# run nginx on other port (default: 8000)
./run.sh 9000