For upgrading from a previous version of CouchCMS to version 2.0:
- Unzip
couchcms-2.0.zipto your local system.
- Within the
couchcms-2.0folder thus extracted will be found a folder namedcouch. - From within this
couchfolder:- Delete the
snippetsanduploadsfolders. - Delete the
config.example.phpfile.
- Delete the
-
Rename the
ckeditorfolder found in your existing Couch installation'sincludesfolder tockeditor_old(or delete it completely). -
Upload the remaining contents of the
couchfolder of step 1 to your existing installation'scouchfolder (or whatever you might have renamed it to).
- This way we'll be overwriting all existing Couch core files with the newer version, while preserving anything you might have added to the
snippetsanduploadsfolders.
- If you already have a commercial license for your website, append the following line to your site's
couch/config.phpfile:
define( 'K_PAID_LICENSE', 1 );IMPORTANT: If you have chosen as a security measure to rename the index.php file to something else, do make sure to delete your existing renamed index.php and then rename the new index.php to your name of choice.