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.
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.
Thanks for the reply Scott,
Looks likehttps://github.com/concrete5/concrete5-cli/blob/master/install-concr... is what I'm looking for.
Looks likehttps://github.com/concrete5/concrete5-cli/blob/master/install-concr... is what I'm looking for.
Between this and the whitepaper on multi-domain hosting you should be all set.