dimq / docker-umletino

Umletino docker image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Umletino

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

About

Umletino docker image


Languages

Language:Shell 100.0%