Alfresco / alfresco-ansible-deployment

Ansible playbooks for deploying ACS
https://alfresco.github.io/alfresco-ansible-deployment/
Apache License 2.0
29 stars 33 forks source link

Install all components in custom application folder (like user folder) #687

Open federicotarantino opened 1 year ago

federicotarantino commented 1 year ago

Hi, I try to edit project files to install all Alfresco components (without systemd services) in a not-OS folder (like /home/alfresco/test). It is a very hard edit. For every commit/release of this repo it is too hard to retry. I think that this "local mode" could be very useful and an important improvement for this project. For example, for development environment, I can have multiple alfresco instance on my machine.

I hope you consider this improvement as a future milestone.

Federico

gionn commented 1 year ago

Hi Federico,

usually local environments are managed with the embedded Vagrant, but I agree that the main install folder and if install systemd services or not, may be something that should be easily configurable.