Saturday, 07 June 25 04:21
How to setup AEM in Linux system.
If you want to set up AEM on your local Linux machine, you need to do some steps . I hope you are a beginner and you did not have any dependencies for setup. AEM required Java and Maven setup. So I will explain that also.

Step 1. Install java
That is for Linux systems. Open terminal and run below cmd
sudo apt update sudo apt install default-jre java -version sudo apt install default-jdk
Continue...