Introduction- Download and extract
- Directory and file structures should be like this
your_root
|___ index.php
|___ .htaccess
|___ licence.txt
|___ readme.txt
|___ cache
|___ media
|___ application
| |___ etc...
|___ system
|___ etc...
DetailsWhen you install it under a sub-folder and you want to use .htaccess, verify that you specified the RewriteBase - Make writable the folders ./media and ./cache
- Rename database.dist.php in ./application/config to database.php and fill it with your database configuration.
- Rename config.dist.php in ./application/config to config.php and adjust it to your needs.
- Go to yoursite/install and follow the installation steps
- The first username and password will become the main administrator. You can add more later.
|
where SQL to setup CI CMS ?
You don't need.
Just open yoursite.com/install
i still can't install using windows xp ? i was follow direction but it shown Error 500, my question how to Make writable the folders ./media and ./cache?
A Database Error Occurred
Error Number: 1101
BLOB/TEXT column 'value' can't have a default value
CREATE TABLE IF NOT EXISTS ci_settings ( id INT(11) UNSIGNED AUTO_INCREMENT, name VARCHAR(255) DEFAULT '0', value TEXT DEFAULT '', PRIMARY KEY id (id), KEY name (name) ) DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
After instal with some error default for TEXT type in mysql.
I can't access to admin page,or site page! I have config : $config'base_url'? = "http://localhost/ci-cms/"; $config'index_page'? = "index.php";
and rewrite not work, i have enable mod_write in apache.
Please help me. Thanks.