You'll find the necessary steps to have a Marketing Factory 1.9 running on a local instance.
JAVA_HOME
variable (https://docs.oracle.com/cd/E19182-01/820-7851/inst_cli_jdk_javahome_t/)The ElasticSearch prerequisite can be found at this link: https://www.elastic.co/guide/en/elasticsearch/reference/current/setup.html
conf/elasticSearch.yml
and modify property cluster.name
in the to <defineYourClusterName>
(i.e. cluster.name: myCluster)
./bin/elasticsearch
/etc/org.apache.unomi.persistence.elasticsearch.cfg
and set the property cluster.name
to <defineYourClusterName>
(i.e cluster.name=myCluster)
./bin/karaf
unomi:start
and wait for startup to complete. This step won't be necessary on the next server startups, the Unomi bundles (packages) will start automatically.If your server doesn't have access to internet, please download the modules from the following address: https://store.jahia.com/contents/modules-repository/packages/MarketingFactory.html
Follow the steps below if the server on which your Digital Experience Manager - Enterprise Distribution ONLY - is running can access the Internet :
Select the "Enterprise Marketing Factory" Package and click on "Download"
5. Marketing Factory settings
Parameter | Value |
---|---|
Secure address | https://localhost:9443 |
login | karaf |
password | karaf |
Trust any SSL certificate | checked |
Google map key (The key not required) |
<setyourownkey-or-get-one-here-https://developers.google.com/maps/documentation/javascript/get-api-key> |
Unomi key required |
The Unomi key that is stored in Unomi's etc/org.apache.unomi.thirdparty.cfg file. You can use the default key for testing purposes, but in production please refer to the complete installation guide for information on how to generate your own custom key. |
Apache Unomi cookie name required |
By default, set it to "context-profile-id" |
Apache Unomi cookie domain required |
Use the same value as the "contextserver.domain" that is defined in Unomi configuration in etc/org.apache.unomi.web.cfg |