The ACME add-on is supported for Enterprise edition. For Community edition, you can still install it by adding the
--no-compat
option.
Installation
Install ACME add-on with the command: addon install exo-acme-sample.
After installation, you need to make eXo Platform initialized or re-initialized. There are two possibilities:
If you are starting a fresh eXo Platform package (this can be understood that you never start it before), start it as normally.
If you install the add-on into an already-started Platform instance, you need to make the portal re-initialized by setting this property:
exo.acme.portalConfig.metadata.override=true
The property can be modified in $PLATFORM_TOMCAT_HOME/gatein/conf/exo.properties
or
$PLATFORM_JBOSS_HOME/standalone/configuration/gatein/exo.properties
.
See here if you have not created the file yet.
You need this property for only one time to initialize the ACME site. Unless you remove or set it to false for next restart, the site will be re-deployed and any content modification (for example, a news that you have edited) will be lost.
After starting eXo Platform successfully, check the site at http://mycompany.com:port/portal/acme.
Uninstallation
Simply use the command: addon uninstall exo-acme-sample
The uninstallation does not remove the initialized data. If you want to remove the ACME site, follow Deleting a site, Platform User guide.