Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add instruction of install "textimagegenerator"
  • Loading branch information
inem88 committed May 13, 2016
1 parent 6d613b8 commit 4904ef6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,22 @@ Pre-reqs: Since we don't distribute a binary, you'll need maven to build from so
Get CKeditor (v3.6.6.1); unzip it to src/main/webapp/ckeditor
(so you have src/main/webapp/ckeditor/ckeditor.js etc)

Before build the war:

Download https://github.com/jcraane/textimagegenerator

(May be correct name in pom.xml from "SNAAPSHOT" to "SNAPSHOT")

Build jar:

mvn install

Install textimagegen jar to local-maven-rep:

mvn install:install-file -Dfile=target\TextImageGen-2.0-SNAPSHOT.jar -DpomFile=pom.xml

Go to docx-html-editor.

Build the war:

mvn install
Expand Down

0 comments on commit 4904ef6

Please sign in to comment.