Umple Docker Container
Andrew Forward edited this page Sep 29, 2015
·
1 revision
General
- Wiki Home
- FAQ Frequently asked questions
- Examples
- Presentations
- PhilosophyAndVision
- Best practices for using Umple
- Publications and theses
- Tutorials
- Installing Eclipse plugin
Developers
- Developer Setup
- UmpleOnline Setup
- Contribution Process
- Architecture
- Cheat sheet
- Umpleonline manual tests
- Planned development
- DraftManualPages
Server maintenance
External
Other
Clone this wiki locally
This work is experimental.
https://hub.docker.com/u/umple/dashboard/
We have a umpleops for generating an umple image which could be used to setup the full umple stack with a "one-click" like approach once docker is installed. This is very new, and still in the working stages.
Here is how to launch the latest version.
mkdir ~/src && cd ~/src && git clone git@github.com:umple/umple.git
docker run -i -t -v `pwd`:/src umple/umple:0.4.0 bash
You can skip the first step if you already have umple cloned on your system, and if so, just change pwd
to align with your src directory (the parent dir of umple, NOT umple itself).