Você está na página 1de 5

1.

Install the docker in the local system


https://digitalexcellence.atlassian.net/wiki/spaces/OFE/pages/404586501/Docker+Setup+for+W
indows+7
2. Install the AEM through docker in local system
https://digitalexcellence.atlassian.net/wiki/spaces/OFE/pages/442138691/AEM+Local+Docker+s
etup
Note:
After following the steps shut off the publish instance and increase the RAM allocation from 1gb
to 4 gb.
The AEM server take some time to start.
3. Restart the publish and dispatcher instance
4. Open browser and paste the URL http://192.168.99.100:4503/content/we-retail.html
5. Wait until you can get the above site.
6. Maven installation on local
Note: put the settings.xml in .m2 folder

settings.xml

7. When the AEM server is up. Take clone of the castrol common repo.
https://bitbucket.org/castroldigitalexcellence/castrol-commons/src/develop/
8. Goto C:\castrol\castrol-commons folder structure
9. Open pom.xml and replace localhost with the docker ip. By default docker ip is 192.168.99.100
Note: When you open the docker through quickstart the docker ip is visible on the screen
10. Open git bash or cmd. Move to C:\castrol\castrol-commons
11. Execute mvn clean install -PautoInstallPackagePublish
12. After successful build. Clone repo for ofe-main
https://bitbucket.org/castroldigitalexcellence/ofe-main/src/develop/
13. Install Node JS v6^ and exceute exe
https://nodejs.org/en/download/
14. goto C:\castrol\ofe-main\front-end
15. npm install
16. npm install -g grunt
17. npm install -g bower
18. bower install
19. grunt integrate-aem
20. goto C:\castrol\ofe-main\back-end
21. Execute mvn clean install -PautoInstallPackagePublish
22. Update host file configuration
127.0.0.1 localhost publish
192.168.99.100 fastlane.castrol.com
23. Open browser and run fastlane.castrol.com
24. After this we need to create a user and change the configuration to point the local server.
25. Creating user. Please open the browser and copy/paste
http://192.168.99.100:4503/crx/de/index.jsp
26. Login through admin/admin
27. http://192.168.99.100:4503/useradmin
28. create user

29. add this property in crx


hybrisDistributor=synergyenterprises
hybrisUsername=batraauto97@yahoo.com
hybrisPassword=12341234
30. Change required for local connectivity with hybris
http://192.168.99.100:4503/system/console/configMgr
31. Urls to open it
http://192.168.99.100:4503/content/fastlane/en/login.html
http://192.168.99.100:4503/content/fastlane/en/fastlane.html
32.

Você também pode gostar