-
Clone this repository on your local machine
-
please make sure you call it deploycq
Windows:
Open EnvironmentalVariables and add
deploycq="{gitlocationofbuildscript}/build.py"
Mac:
vi ~/.bash_profile
export deploycq="{gitlocationofbuildscript}/build.py"
:wq
source ~/.bash_profile
-
Install atleast python 2.7, make sure curl is setup on your local
-
go back to the git folder of your AEM Code base, and run the script with options below
Mac: python $deploycq
win: python %deploycq%
- If you have done a recent pull, use can use this command. It detects the changes happened in the last pull request and deploys them. Doesn't go back more than 1 pull request
Mac: python $deploycq -i pull
win: python %deploycq% -i pull
- If your default is not localhost:4502
MAC: python $deploycq -s {customserverurl} -c {customcredentials}
WIN: python %deploycq% -s {customserverurl} -c {customcredentials}