Page 1 of 1

Custom Sample content to include with install of cmsms

Posted: Mon Jun 09, 2014 7:55 pm
by thealbertaguy
I am looking to edit the content and use a custom template as the default installation of CMS Made Simple. Custom Global content blocks are also required. I have the template and the default content I would like to use. What are your thoughts?
Cheers

Re: Custom Sample content to include with install of cmsms

Posted: Mon Jun 09, 2014 11:37 pm
by calguy1000
i personally would create a 'clean' install just the way you wanted

Then create a backup of that install (clear the cache, create a mysqldump, and all files in a single .tar.gz/.zip file).

Then duplicating the site is as simple as:
a: setting up the domain
b: creating the database, and database user
c: restoring the backup
d: editing the config file to adjust database credentials and paths (paths should not be necessary these days).
e: (optional) remove the mysqldump file

All of the duplicate sites would be identical in every way (admin user names, passwords, email addresses, modules, gcb's, UDT's, templates, pages, plugins, images, etc).

If you are putting all of the duplicate 'skeleton' sites on similar servers, and you have SSH access, you could create a shell/php script to take care of steps c,d and e in one command.

Re: Custom Sample content to include with install of cmsms

Posted: Tue Jun 10, 2014 12:05 am
by thealbertaguy
calguy1000 wrote:i personally would create a 'clean' install just the way you wanted

Then create a backup of that install (clear the cache, create a mysqldump, and all files in a single .tar.gz/.zip file).

Then duplicating the site is as simple as:
a: setting up the domain
b: creating the database, and database user
c: restoring the backup
d: editing the config file to adjust database credentials and paths (paths should not be necessary these days).
e: (optional) remove the mysqldump file

All of the duplicate sites would be identical in every way (admin user names, passwords, email addresses, modules, gcb's, UDT's, templates, pages, plugins, images, etc).

If you are putting all of the duplicate 'skeleton' sites on similar servers, and you have SSH access, you could create a shell/php script to take care of steps c,d and e in one command.
I'm looking to install this numerous times and the few minutes saved with each install would be worth it in my eyes. What steps need to be taken to accomplish this?

Re: Custom Sample content to include with install of cmsms

Posted: Thu Jun 12, 2014 3:03 pm
by thealbertaguy
Is this too complicated to be done? I'm guessing that the files that contain the data would just need to be edited and I do not need to use the checksum feature.

Re: Custom Sample content to include with install of cmsms

Posted: Thu Jun 12, 2014 5:19 pm
by velden
No it's not complicated at all. But you should know how to do it, because it's 'beyond scope' to explain this in detail.