aemc
AEM Compose (Core & CLI)
File Explorer
Download Latest Version (.zip)- release-perform.yml
- release-prepare.yml
- test.yml
- maven-wrapper.properties
- launch.json
- aem.yml
- auth.go
- cli.go
- config.go
- content.go
- crypto.go
- file.go
- gts.go
- instance.go
- instance_backup.go
- main.go
- oak.go
- osgi.go
- package.go
- project.go
- repl.go
- repo.go
- root.go
- ssl.go
- user.go
- vendor.go
- version.go
- adapto-to-video.png
- apache-license-badge.svg
- cli-demo-short.gif
- cli-help-home.png
- cli-help-instance.png
- cli-help-pkg.png
- cli-main.png
- logo-only.svg
- logo-with-text.png
- vml-logo-black.svg
- vml-logo-white.svg
- wtt-logo.png
- aem.yml
- .gitignore
- aemw
- local.env
- .dockerignore
- .gitkeep
- author.Dockerfile
- build-all.sh
- build.sh
- docker-compose.yml
- publish.Dockerfile
- README.md
- rebuild.sh
- run-all.sh
- test.sh
- config.go
- defaults.go
- certx.go
- cryptox.go
- execx.go
- archive.go
- filex.go
- serialization.go
- tbl.go
- tbl_test.go
- httpx.go
- intsx.go
- langx.go
- lox.go
- mapsx.go
- netx.go
- lock.go
- osx.go
- pathx.go
- stringsx.go
- timex.go
- tplx.go
- constants.go
- editor.go
- zipper.go
- gts_certificate.go
- gts_status.go
- set-password.groovy
- cbpow.exe
- constants.go
- utils.go
- utils_test.go
- private_key.go
- status.go
- constants.go
- index.go
- bundle.go
- component.go
- config.go
- event.go
- manifest.go
- manifest_test.go
- $.content.xml
- $.content.xml
- thumbnail.png
- config.xml
- filter.xml
- nodetypes.cnd
- properties.xml
- MANIFEST.MF
- api.go
- common.go
- constants.go
- pid.go
- vault.go
- aem.yml
- mock.proxy
- xforwarded_forcessl_rewrite.rules
- default.vars
- custom.conf
- ams_author_invalidate_allowed.any
- ams_publish_invalidate_allowed.any
- .gitignore
- httpd-foreground
- compose.yaml
- Dockerfile
- test.sh
- local.env
- Taskfile.yml
- aem.yml
- compose.yaml
- local.env
- Taskfile.yml
- maven-wrapper.jar
- maven-wrapper.properties
- aemw
- mvnw
- taskw
- aem.yml
- local.env
- Taskfile.yml
- constants.go
- files.go
- const.go
- api.go
- constants.go
- html_response.go
- json_response.go
- response.go
- status.go
- auth.go
- base.go
- check.go
- content_manager.go
- crypto.go
- crypto_int_test.go
- facade.go
- gts_manager.go
- http.go
- http_int_test.go
- instance.go
- instance_cache.go
- instance_cache_test.go
- instance_int_test.go
- instance_manager.go
- instance_manager_check.go
- instance_test.go
- java_manager.go
- keystore_manager.go
- local_instance.go
- local_instance_manager.go
- oak.go
- oak_index.go
- oak_index_manager.go
- oak_run.go
- osgi.go
- osgi_bundle.go
- osgi_bundle_manager.go
- osgi_component.go
- osgi_component_manager.go
- osgi_config.go
- osgi_config_manager.go
- osgi_event.go
- osgi_event_manager.go
- osgi_int_test.go
- package.go
- package_manager.go
- project.go
- repl.go
- repl_agent.go
- repo.go
- repo_int_test.go
- repo_node.go
- sdk.go
- sling.go
- sling_installer.go
- sling_jmx.go
- ssl.go
- status.go
- user_manager.go
- vendor_manager.go
- workflow.go
- workflow_manager.go
- .editorconfig
- .gitattributes
- .gitignore
- .goreleaser.yaml
- .java-version
- aemw
- DEVELOPMENT.md
- Dockerfile
- gh-md-toc
- go.mod
- go.sum
- LICENSE
- local.env
- mvnw
- project-install.sh
- README.md
- revive.toml
- Taskfile.aem.yml
- Taskfile.cli.yml
- Taskfile.yml
- taskw
# Installation Guide
1. Get the code
git clone https://github.com/wttech/aemc
Downloads the entire project code from GitHub to your computer.
cd aemc
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommendedcurl https://raw.githubusercontent.com/wttech/aemc/main/project-install.sh | sh
Downloads and runs the official install script in one line β this handles the full setup automatically.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Docker
EasyPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
- [Docker Example](examples/docker) - for experiments only
Type this command into your terminal and run it.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
4. Go
MediumPrerequisites
go run aem.go
Runs the Go program directly without a separate build step.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
