For upgrading from a previous version of CouchCMS to version 2.0:
- Unzip
couchcms-2.0.zip
to your local system.
- Within the
couchcms-2.0
folder thus extracted will be found a folder namedcouch
. - From within this
couch
folder:- Delete the
snippets
anduploads
folders. - Delete the
config.example.php
file.
- Delete the
-
Rename the
ckeditor
folder found in your existing Couch installation'sincludes
folder tockeditor_old
(or delete it completely). -
Upload the remaining contents of the
couch
folder of step 1 to your existing installation'scouch
folder (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
snippets
anduploads
folders.
- If you already have a commercial license for your website, append the following line to your site's
couch/config.php
file:
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.