Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong files ownership #137

Closed
frhack opened this issue May 26, 2022 · 7 comments
Closed

wrong files ownership #137

frhack opened this issue May 26, 2022 · 7 comments

Comments

@frhack
Copy link

frhack commented May 26, 2022

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
Copy link
Contributor

aborroy commented May 26, 2022

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

@frhack
Copy link
Author

frhack commented May 26, 2022

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
Copy link
Contributor

aborroy commented May 26, 2022

Sorry, what addon?

@frhack
Copy link
Author

frhack commented May 26, 2022

Sorry, what addon?

the addon to edit online document with LibreOffice

#136

@aborroy
Copy link
Contributor

aborroy commented May 26, 2022

Is the addon working for ACS 6 & 7?

@frhack
Copy link
Author

frhack commented May 26, 2022

Is the addon working for ACS 6 & 7?

yes if we resolve this "wrong files ownership" issue

@frhack frhack changed the title wrong file ownership wrong files ownership May 26, 2022
@aborroy aborroy closed this as completed May 26, 2022
@douglascrp
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants