Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgraph/drawio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benson <davidjgraph@users.noreply.github.com>2018-06-26 00:40:42 +0300
committerGitHub <noreply@github.com>2018-06-26 00:40:42 +0300
commit9394fb0f1430d2c869865827b2bbef5639f63478 (patch)
tree1bd500d5dcb62106388415f674857fc58049a27d /README.md
parentbc22c37dbf754b371af40ffba7afe1e9edea64ff (diff)
parenta2fa55c6ec4e68b9da9bcadff6d1c97ab5d86a02 (diff)
Merge pull request #159 from kannangce/master
Dockerized the app
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index bebadf74..c716e6fd 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,16 @@ A development guide is being started on the GitHub project wiki. There is a [dra
The [mxGraph documentation](https://jgraph.github.io/mxgraph/) provides a lot of the docs for the bottom part of the stack. There is an [mxgraph tag on SO](http://stackoverflow.com/questions/tagged/mxgraph).
+
+Docker
+------
+After successful build, from the project directory run
+```bash
+docker build -t draw .
+docker run -d -p 8888:8080 draw
+```
+Now the app will be accessible at http://localhost:8888/draw/?https=0
+
Running
-------
The simplest way to run draw.io initially is to fork this project, [publish the master branch to GitHub pages](https://help.github.com/categories/github-pages-basics/) and the [pages sites](https://jgraph.github.io/drawio/src/main/webapp/index.html) will have the full editor functionality (sans the integrations).