Skip to content

zhiephie/ci-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

CodeIgniter Web Installer | A Web Installer

About

Do you want your clients to be able to install a CodeIgniter project just like they do with WordPress or any other CMS? This CodeIgniter package allows users who don't use Composer, SSH etc to install your application just by following the setup wizard. The current features are :

  • Check For Server Requirements.
  • Check For Folders and Files Permissions.
  • Ability to set database information.
  • Seed The Tables.

Requirements

How to Installation

  1. Download CodeIgniter zip file.
  2. Backups file autoload.php, config.php, database.php, routes.php
  3. and then, rename file
    • autoload.php.install => autoload.php
    • config.php.install => config.php
    • database.php.install => database.php
    • routes.php.install => routes.php
  4. configure before install config/installer.php

Routes

  • /install

Usage

  • Install Routes Notes
    • In order to install your application, go to the /install route and follow the instructions.
    • Once the installation has ran the empty file installed will be placed into the /application directory. If this file is present the route /install will abort to the default page.

Contributing

License

CodeIgniter Web Installer is licensed under the MIT license. Enjoy!

About

A web installer for CodeIgniter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages