Giter Club home page Giter Club logo

aem-in-docker's Introduction

Creating AEM in Docker

  • Created Base Image out of Ubuntu Image
  • Created Dockerfile Author, Publisher, Dispacher with respective configuration files
  • Run docker-compose up to create Docker containers running all the AEM instances together

aem-in-docker's People

Contributors

prabhuvignesh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

aem-in-docker's Issues

dispatcher Docker file

the dispatcher Docker file has a faulty link https://www.adobeaemcloud.com/content/companies/public/adobe/dispatcher/dispatcher/_jcr_content/top/download_8/file.res/dispatcher-apache2.4-linux-x86-64-4.2.3.tar.gz
The new link should be https://download.macromedia.com/dispatcher/download/dispatcher-apache2.4-linux-x86_64-4.3.3.tar.gz

also, the run is failing due to a SSL error

docker run -p 80:80 aem-dispatcher
[Wed Nov 24 10:46:20.222732 2021] [dispatcher:warn] [pid 1:tid 139949115923776] The DispatcherNoServerHeader directive in /usr/local/apache2/conf/httpd.conf at line 37 is deprecated and will be removed in a future release.
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.4. Set the 'ServerName' directive globally to suppress this message
AH00016: Configuration Failed

publisher Docker file

is: ENTRYPOINT ["java", "-jar", "cq-quickstart.jar", "-Dsling.run.modes=publisher", "-p", "4503"]

should be: ENTRYPOINT ["java", "-jar", "cq-quickstart.jar", "-Dsling.run.modes=publish", "-p", "4503"]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.