Apply Alfresco Content Services Enterprise License using Docker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2019 02:00 PM
Hello,
I have installed ACS Enterprise using Docker, I have a valid enterprise license but I'm not able to apply the license from the admin console, it shows this path after selecting the license file "C:\fakepath\license.lic".
So I tried to upload the license to the docker container (alfresco/alfresco-content-repository:6.1.0)
First I open the container file system with:
docker exec -t -i 12c16f3cd047 /bin/bash
Then I created a folder to store the license file
cd /usr/local/tomcat/shared/classes/alfresco/extension
mkdir license
Finally I copied the license to the folder created in the last step
docker cp Documents/Alfresco/ACS/license.lic 12c16f3cd047:/usr/local/tomcat/shared/classes/alfresco/extension/license
After this, I restarted all docker containers
docker-compose stop
docker-compose up
But the system is not getting the license, what folder should I copy the license to?
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2019 03:05 AM
Hi:
You may check in dir.license.external location in alfresco-global.properties and to copy license there. If not, you can use admin console too, to upload your license in License section.
Anyway, if you have questions about how to install an Alfresco license, you may contact with Alfresco Support.
With the installer (in previous versions) is was usual the license installation in $ALF_HOME --> i.e. /opt/alfresco/
Kind regards.
--C.