scripting a concrete5 installation process

Permalink
Hi everyone, I am working on a setup for creating new concrete5 sites where everything is automated. I want to have something like a bash script that if I give the domain name, database information, etc. it will automatically setup the c5 site.

Is there any existing documentation that I have not been able to find? Or can someone give me some helpful information? I've thought about just copying an existing SQL database and modifying any needed values. But if there was something neater that would be nice.

 
ScottC replied on at Permalink Reply
ScottC
andrew posted a CLI invoked script under concrete5 over on github. I haven't personally tested this, but jordanlev has and has committed a pull request in the past on this script, so it should probably work just fine.

Between this and the whitepaper on multi-domain hosting you should be all set.
artooro replied on at Permalink Reply
Thanks for the reply Scott,

Looks likehttps://github.com/concrete5/concrete5-cli/blob/master/install-concr... is what I'm looking for.