Skip to main content

An AEM instance management tool designed to simplify switching across multiple project environments.

Project description

AEM Instance Manager

AEM Instance Manager is a Python-based CLI tool to help developers manage local Adobe Experience Manager (AEM) instances more easily. It allows you to start, stop, and monitor multiple AEM author/publish instances from a simple interface.


📦 Installation

First, clone the repository and navigate to the project directory:

pip3 install aem-instance-manager

📋 Dependencies

pandas
tkinter for GUI (usually comes with Python)

📂 Required AEM Project Structure

└── project1
    ├── author
    │   └── aem-author-p4502.jar
    ├── publish
    │   └── aem-publish-p4502.jar
    └── src

Required Inputs

To function properly, aem-instance-manager needs the following input details:

Input Info
Project Name You project name (e.g Project 1)
Author Port any author port number (e.g 4502)
Publish Port any publish port number (e.g 4503)
Folder Path project folder path (e.g. /Users/mayur/Desktop/aem/project1)

🚀 Usage

In Mac

Setup for macOS Terminal

export PATH="$HOME/Library/Python/3.13/bin:$PATH"
export PATH="/Library/Frameworks/Python.framework/Versions/3.13/bin:$PATH"

Then apply the changes:

source ~/.zshrc

Once installed, you can launch the CLI tool with:

aem-instance-manager

Or directly using Python:

python3 -m aem_instance_manager.run

aem-instance-manager gui window screenshot

🧠 Features

  • 🧾 Manage multiple AEM instances (Author / Publish)
  • ✅ Start/Stop/Restart selected instances
  • 📊 Track status using pandas DataFrames
  • 🖥️ Simple terminal interface (with optional GUI using tkinter)

📝 License

MIT License

Created By

Mayur Satav www.mayursatav.in

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aem_instance_manager-0.6-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

Details for the file aem_instance_manager-0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for aem_instance_manager-0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 15203f9e1d3ebb0daab7a64a31d0779b31f0b6904bccc8a056bd3667d553a099
MD5 ca41a9285834a01a131a204287c3c424
BLAKE2b-256 1836a59529eb809656ef99d42c4192ad3e74ee063845c491ea077c6b64ffd8c3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page