- Create
database
anduser
on CPanel or Plesk Panel (On the server run) - Download Codeigniter, Unzip the downloaded file. You did the zip in the Codeigniter files again and put it in the root directory of your Codeigniter install (as a sibling to the /install folder).
- If your Codeigniter application folder is a sibling of your system folder instead of a child (this is common), do a find/replace to replace 'system/application' with 'application' in each of this project's files.
- Make an SQL dump of your desired database structure and initial data and paste it into
install/install_db.sql
Base:
- install (automatic installation files)
- index.php (welcome file)
- codeigniter.zip (file)
Visit http://example.com/install/ and see how it goes.
Note: The compressed file must have a .zip extension