Softwares Required to start Development
Pre-requiste to start AEM Developer course
- System with 8GB RAM
- Java Installation - Java 11
- Maven - 3.3.9+
- AEM Instance - 6.5.5
- Eclipse
Create of project using Maven for 6.5.5 with Archtype 26
mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=26 -D appTitle="Learn AEM" -D appId="learnaem" -D groupId="com.learnaem" -DincludeExamples=y -DaemVersion=6.5.5 -DincludeDispatcherConfig=n -DfrontendModule=none -DincludeExamples=Y -DincludeErrorHandler=Y -DlanguageCountry="en_us" -DsingleCountry=y
Build Project :
mvn clean install
Deploy to AEM:
Go to package manager and install the zip file which is in all
Comments
Post a Comment