Skip to content

Commit 508538b

Browse files
committed
readme updated
1 parent 648083d commit 508538b

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@ where "ph\_1\_2":
4545

4646
# Running
4747

48-
Download the released .zip or tar.gz file, extract it to your tools directory and set the global PATH variable:
48+
Download the released .zip or tar.gz file, extract it to your tools directory and set the global ENV and PATH variables like:
4949

50-
set AEMDC_PATH=<path to aemdc>
51-
set PATH=%PATH%;%AEMDC_PATH%\bin
50+
set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_102
51+
set GIT_HOME=C:\Program Files\Git
52+
set AEMDC_HOME=C:\Program Files\aemdc
53+
set PATH=%PATH%;%JAVA_HOME%\bin;%GIT_HOME%\bin;%AEMDC_HOME%\bin
5254

5355
Go to your AEM maven parent project of "ui.apps" or "core" projects and create a configuration file:
5456

@@ -111,11 +113,12 @@ To compile:
111113

112114
mvn clean install
113115

114-
Extract the generated .zip or tar.gz file from target directory to your tools directory and set the global PATH variable:
116+
Extract the generated .zip or tar.gz file from target directory to your tools directory and set the global ENV and PATH variables:
115117

116-
set GIT_PATH=C:\Program Files\Git
117-
set AEMDC_PATH=C:\mytools\aemdc
118-
set PATH=%PATH%;%GIT_PATH%\bin;%AEMDC_PATH%\bin
118+
set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_102
119+
set GIT_HOME=C:\Program Files\Git
120+
set AEMDC_HOME=C:\Program Files\aemdc
121+
set PATH=%PATH%;%JAVA_HOME%\bin;%GIT_HOME%\bin;%AEMDC_HOME%\bin
119122

120123
Go to your AEM maven parent project of "ui.apps" or "core" projects and run:
121124

0 commit comments

Comments
 (0)