NipIgniter User Guide Version 2.0


Installation Instructions

NipIgniter is installed in four steps:

  1. Unzip the package.
  2. Upload the NipIgniter folders and files to your server. Normally the index.php file will be at your root.
  3. Open the application/config/config.php file with a text editor and set your base URL. If you intend to use encryption or sessions, set your encryption key.
  4. If you intend to use a database, open the application/config/database.php file with a text editor and set your database settings.