Skip to content

Scanning for Malware in Apache Sling and Adobe Experience Manager – Package for AEM 6.5.5

License

Notifications You must be signed in to change notification settings

oliverlietz/sfmiasaaem-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scanning for Malware in Apache Sling and Adobe Experience Manager – Package for AEM 6.5.5

This companion package (SfMiASaAEM) for the adaptTo() 2020 session contains all bundles and sample configurations to run Apache Sling Clam on AEM 6.5.5.

Docker (for Clam AV)

Install Docker (on Mac OS with Homebrew)

brew install docker

Start Docker application (daemon)

Clam AV Daemon

Start Clam daemon

docker run -d -p 3310:3310 mkodockx/docker-clamav:alpine

Adobe Experience Manager

Start AEM (set admin password to admin to use the below commands unchanged)

java -jar cq-quickstart-6.5.0.jar

Install Service Pack 6.5.5

curl -u admin:admin -F file=@"aem-service-pkg-6.5.5.zip" -F install=true http://localhost:4502/crx/packmgr/service.jsp

Build and install SfMiASaAEM Package

git clone git@github.com:/oliverlietz/sfmiasaaem-package.git
cd sfmiasaaem-package
mvn clean package
curl -u admin:admin -F file=@"target/sfmiasaaem-package-1-SNAPSHOT.zip" -F install=true http://localhost:4502/crx/packmgr/service.jsp

Set up Apache Sling Commons Crypto and Apache Sling Commons Messaging Mail for use with MailSendingScanResultHandler (requires SMTP account with SSL/TLS enabled).

About

Scanning for Malware in Apache Sling and Adobe Experience Manager – Package for AEM 6.5.5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published