This is an automated email from the ASF dual-hosted git repository.
unknown pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drat.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new 62f3fce Updated build instruction for Proteus UI (new)
62f3fce is described below
commit 62f3fce26291de57b61333daac3d109ab823aebf
Author: Ahmed Ifhaam <[email protected]>
AuthorDate: Fri Jul 6 17:47:47 2018 +0530
Updated build instruction for Proteus UI (new)
---
Installation.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/Installation.md b/Installation.md
index 657517c..377920a 100644
--- a/Installation.md
+++ b/Installation.md
@@ -16,6 +16,20 @@ Then, you can build DRAT in a few steps, substituting
`~/drat/` with your prefer
6. `tar -C ../../deploy/ -xvzf
distribution/target/dms-distribution-0.1-bin.tar.gz`
7. See the wiki on [how to run
DRAT](https://github.com/chrismattmann/drat/wiki/How-to-Run).
+Edits
+===
+After updating or changing the source code:
+* Please follow the steps from 5
+* In case update needs to be done on Vue for Proteus UI (new)
+Before Begin :
+> move to `~/drat/webapps/proteus-new/src/main/webapp/resources`
+ execute `npm install` (Only on first Attempt)
+
+If you have altered or modified Vue code of Proteus new Web application
+ > execute `npm run clean`
+ then `npm run build`
+Finally build the drat from step 5.
+
Useful Environment Variables
===
The following useful environment variables are set by RADIX but can be
overwritten