How to setup AEM on a ubuntu VM for a POC of website | Community
Skip to main content
Level 3
April 12, 2021
Solved

How to setup AEM on a ubuntu VM for a POC of website

  • April 12, 2021
  • 1 reply
  • 2723 views

Hi All,

 

Currently I am trying to setup an AEM website on a ubuntu VM machine. What steps I need to follow for doing this:
1. I have Apache tomcat installed on port 8080
2. Apache httpd server on port 80 (for dispatcher) Not sure how to setup this. Did not find proper instruction for setting up dispatcher using Apache httpd on Linux. (Where I can download dispatcher file, Do I need to request dispatcher file from Adobe for Linux??)
3. AEM 6.5 standalone install jar file.
 
Thanks in Advance!
 
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Singaiah_Chintalapudi

My below articles will give you an overview of the setup:

 

Installing AEM:

https://chintalapudi4.medium.com/installing-aem-as-a-service-linux-centos-7-x-7d879259747d

 

Setting up Dispatcher: Try using docker for easy setup but you'll get an idea from this article if you want to setup dispatcher by itself.

 

https://chintalapudi4.medium.com/setting-up-dispatcher-2-0-on-docker-centos-7-x-e4033bb5fba7

1 reply

Singaiah_Chintalapudi
Singaiah_ChintalapudiAccepted solution
Level 7
April 12, 2021

My below articles will give you an overview of the setup:

 

Installing AEM:

https://chintalapudi4.medium.com/installing-aem-as-a-service-linux-centos-7-x-7d879259747d

 

Setting up Dispatcher: Try using docker for easy setup but you'll get an idea from this article if you want to setup dispatcher by itself.

 

https://chintalapudi4.medium.com/setting-up-dispatcher-2-0-on-docker-centos-7-x-e4033bb5fba7

Singaiah_Chintalapudi
Level 7
April 14, 2021
The article briefly talks about installing the AEM server first and this is straight forward before configuring it as a service as well in one of its section. What version of Java are you using and the AEM version?