Skip to content

Commit 4e50f92

Browse files
author
ido
committedNov 27, 2019
add local-dev/README.md
1 parent 9443c51 commit 4e50f92

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed
 

‎.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
dist/
22
.jenkins
3-
deploy/spinnaker/
3+
deploy/spinnaker/
4+
/local-dev/PreConfig.js

‎local-dev/README.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
11
This directory is just for local development purpose.
22
Originally copied from debian/*.
33

4+
## Additional configuration
5+
6+
Addition to [../README](../README.md), the following variables can be
7+
customized:
8+
9+
* **SERVER_URL_PREFIX**: base URL for this server
10+
* **EDITOR_UI_DRAW_URL**: viewer URL for a file saved as *.html extention
11+
12+
## How to build
13+
14+
1. customize PreConfig.js. It is git-ignored.
15+
2. docker build
16+
> $ docker build -t <tag> .
17+
18+
## Reference
19+
20+
* <https://github.com/maedadev/drawio>

0 commit comments

Comments
 (0)
Please sign in to comment.