Modify a theme in the background
PermalinkNot sure if this will be worded right but here’s what I’d like to do. I currently have a C5 site. Whilst this one is up on the internet is there a way that I can be modifying another theme, so that when I get it how I like it I can then replace my current one in a simple way.
Many thanks
Glenn
Many thanks
Glenn
http://www.concrete5.org/documentation/how-tos/developers/organise-...
A lighter weight approach is to share all files between staging and production, but toggle databases between the two in config/site.php
Some developers also use file system links to swap staging and production sites about and/or share files between them.
The trap to avoid is having a staging and production site diverging, because while copying, moving and cloning entire sites is fairly easy, copying just a few pages from one site to another can only be done the long way, by cut/paste of sections of content in edit mode.
@goldhat has recently been doing some development of the starting point xml generator to make a page export/import addon. Its currently under review.
Cheers
You could set up a copy of your own site on a subdomain (new.yourdomain.com) and work it out until you like it. Or do it locally with XAMPP oder MAMP
After you've done your changes, just load your new theme up to the correct installation and it should all work fine.