Created
June 16, 2017 17:53
-
-
Save mkovacek/ce707fc68394f053e13e11578fcae0b4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Run powershell as administrator: | |
-posh-gvm installation: | |
Execute (new-object Net.WebClient).DownloadString('https://raw.githubusercontent.com/flofreud/posh-gvm/master/GetPoshGvm.ps1') | iex | |
Execute Import-Module posh-gvm | |
// if you have problems with execution policy (https://msdn.microsoft.com/powershell/reference/5.1/Microsoft.PowerShell.Core/about/about_Execution_Policies) | |
// Set-ExecutionPolicy RemoteSigned -Scope CurrentUser | |
// later return to old value | |
Execute gvm help to get started! | |
-sdkman installation: | |
curl -s "get.sdkman.io" | |
enter again get.sdkman.io | |
- lazybones installation: | |
gvm install lazybones | |
- create AEM project: | |
lazybones create aem-multimodule-project my-project |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment