Coder Social home page Coder Social logo

aem-publisher's Introduction

aem-publisher

This Docker image installs Adobe Experience Manager 6.0, and allows it to be run within a Docker container.

About docker-aem-publisher

*You must have a copy of the AEM 6 installation Media for this to work

You must copy your AEM installation media into the base directory before running this image. The image expects the following files within the base directory:

  • cq-publish-4503.jar
  • license.properties

Usage

Create a new Dockerfile within your directory, and insert the following:

# DOCKER-VERSION 1.0.1
FROM ggotti/aem-publisher
MAINTAINER <your_username>

Then execute your build:

docker build --tag="<your_build_tag>" .

To run your image, with the AEM instance:

$ docker run --name AEM_PUB -p 4503:4503 -d "<your_build_tag>"

Where

  • -d will run a detached session running in the background
  • --name will assign the given name to the running container instance
  • <your_build_tag> the name of your docker image
  • -p 45023:4503 will expose the AEM default publisher port

aem-publisher's People

Contributors

cantolick avatar ggotti avatar

Watchers

 avatar

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.