| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Installation

This version was saved 15 years, 11 months ago View current version     Page history
Saved by Julian
on April 17, 2008 at 6:40:13 pm
 

 

To install Code Extinguisher, simply unzip the contents of the downlaod to your CodeIgniter directory (Alongside index.php). Your directory structure should now look like this:

 

codex/ (the codex files)

system/ (the CI files)

backend.php (the codex redirector)

index.php (the CI redirector)

installer.php (the codex installer)

 

Run installer.php from your browser and follow the on-screen instructions.

 

Note: You will need to have write permissions on the database.php file (located in codex/application/config/) as well as the logs/ directory. 

 

The installer simply updates your database.php file, and sets up the database for you. If you wish to run the installer manually, then execute the sql statements in the codex.sql file (which is included in the zip), and then update your database.php file.

 

Later, when you want to access the backend, simply direct your browser to http://yoursite.com/backend.php

 

note: if you have enabled friendly URLs via .htaccess, you will have to add backend.php to your exceptions, like so:

RewriteCond $1 !^(index.php|backend.php|images|assets|robots.txt)

Comments (0)

You don't have permission to comment on this page.