Alfresco / alfresco-docker-installer

Generator to build Docker Compose templates to deploy Alfresco Community
Other
142 stars 57 forks source link

wrong files ownership #137

Closed frhack closed 2 years ago

frhack commented 2 years ago

There are some file permissions to fix. Notably the active-mq ones is required in order to start the service

yo alfresco-docker-installer --acsVersion=7.1 --ram=16 --crossLocale=true --volumesscript=true --https=true --serverName=alfresco.sanvc.local --port=443 --password=admin --ftp=false --mariadb=false --smtp=false --ldap=false --addons="" --windows=false --startscript=false

sudo chown -R 33000 logs/alfresco/ sudo chown -R 33000 data/alf-repo-data sudo chown -R 33031 data/activemq-data/

aborroy commented 2 years ago

Adding this information to README.md and fixing the create_volumes.sh is enough?

frhack commented 2 years ago

Adding this information to README.md and fixing the create_volumes.sh is enough?

yes, but why not give the option to install the addon ?

aborroy commented 2 years ago

Sorry, what addon?

frhack commented 2 years ago

Sorry, what addon?

the addon to edit online document with LibreOffice

https://github.com/Alfresco/alfresco-docker-installer/issues/136

aborroy commented 2 years ago

Is the addon working for ACS 6 & 7?

frhack commented 2 years ago

Is the addon working for ACS 6 & 7?

yes if we resolve this "wrong files ownership" issue

douglascrp commented 2 years ago

I've just found another problem with the folder permissions, and I am creating a new PR fixing it.