Leaving install folder on server after install

From Cheetah Documentation Wiki
Revision as of 04:02, 28 February 2022 by Admin (talk | contribs) (Created page with "As of Cheetah version 1.2.0, you can now get cheetah to leave the install folder on the server. This is intended for use by developers that frequently need to reinstall the si...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

As of Cheetah version 1.2.0, you can now get cheetah to leave the install folder on the server. This is intended for use by developers that frequently need to reinstall the site. You should not do this on production sites.

To do this, after the install of cheetah when cheetah instructions you to remove the install folder, instead do this.

Open inc/header.inc.php and look for this line.

define('CH_WSB_LEAVE_INSTALL_FOLDER', FALSE);

Change the false to TRUE and save.

You can now proceed to the admin panel without deleting the install folder.