My favorites | Sign in
Project Logo
                
Search
for
Updated Jul 17, 2009 by heriniaina.eugene
Labels: Phase-Deploy, Featured
Install  
How to install it.

Introduction

your_root
  |___ index.php
  |___ .htaccess
  |___ licence.txt
  |___ readme.txt
  |___ cache
  |___ media
  |___ application
  |        |___ etc... 
  |___ system
           |___ etc...

Details

When you install it under a sub-folder and you want to use .htaccess, verify that you specified the RewriteBase


Comment by lamsieuquay, Oct 09, 2009

where SQL to setup CI CMS ?

Comment by heriniaina.eugene, Oct 09, 2009

You don't need.

Just open yoursite.com/install

Comment by mivtech, Oct 21, 2009

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?

Comment by kingjiyang, Oct 30, 2009

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;

Comment by mr.thachvinh, Oct 31, 2009

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.


Sign in to add a comment
Hosted by Google Code