Skip to content

Instantly share code, notes, and snippets.

View sunoterra's full-sized avatar
🖖

Sun O' Terra sunoterra

🖖
  • L.I.F.E.
  • Everywhere/Nowhere
View GitHub Profile
@sunoterra
sunoterra / AEM cURL
Created July 21, 2017 22:13 — forked from joemaffia/AEM cURL
AEM cURL commands
Uninstall a bundle (use http://localhost:4505/system/console/bundles to access the Apache Felix web console)
curl -u admin:admin -daction=uninstall http://localhost:4505/system/console/bundles/"name of bundle"
Install a bundle
curl -u admin:admin -F action=install -F bundlestartlevel=20 -F
bundlefile=@"name of jar.jar" http://localhost:4505/system/console/bundles
Build a bundle
curl -u admin:admin -F bundleHome=/apps/centrica/bundles/name of bundle -F
descriptor=/apps/centrica/bundles/com.centrica.cq.wcm.core-bundle/name_of_bundle.bnd