Housni Yakoob
Housni Yakoob
@chris001, how would we detect if something like solr4, for example, is broken? I'm rewriting the install script in #17 and maybe I can accommodate this if I can figure...
From what I can recall, if you start Alfresco via your init system (upstart or systemd, for example), the logs would be in `/opt/alfresco/logs` as well as somewhere in `/opt/alfresco/tomcat/`....
I can help with this or at least clean up the script. I will submit a PR in the next few days.
Sure, can do. I have already done this in a script but it has been changed to suit one of our servers and I also use it in Docker, to...
So, if `answers.txt` could look something like: ``` export SHARE_HOSTNAME=123.456.78.90 export REPO_HOSTNAME=123.456.78.91 ``` that would work fine with or without Docker. I can just source `answers.txt` into `alfinstall.sh` and those...
I might actually allow the user to specify the path to `answers.txt` as an argument. That way, based on their environment, they can specify different configs.
Should this work for 14.04 or 16.04? Some of the package names are different across the two versions.
I didn't have a whole bunch of time the other day but I started on it today and got [this](https://github.com/housni/alfresco-ubuntu-install/blob/housni/experimental/alfinit.sh) done so far. Our [config file](https://github.com/housni/alfresco-ubuntu-install/blob/housni/experimental/config.conf.example) would look like that....
I also added [Docker](https://github.com/housni/alfresco-ubuntu-install/blob/housni/experimental/docker-compose.yml) so that it can be tested in an isolated environment.