Silent/Automated Installation Documentation?

Is there any documentation or tutorial on using

config_si.php

or documentation on auto installing suite or installing from the CLI? I’m working on creating a docker image and am stuck at automating the installation. Currently, the installation has to be completed through the web installer, a pain point every time the container is redeployed/created.

I know bitnami and some other images exist but they don’t fit into my development/maintenance cycle.

There is this:

http://www.jsmackin.co.uk/suitecrm/suitecrm-command-line-install/

We have a silent upgrader as a Robo command on our develop branch:

https://github.com/salesagility/SuiteCRM/tree/develop/lib/Robo/Plugin/Commands

If you feel up to adding a new Robo command for the install, I am sure other devs would like to help you with that. Keep us updated here: https://gitter.im/suitecrm/Lobby

Awesome! Thank You!