Fuel Documentation

Installation Instructions

This will create the default installation of the Fuel framework on your web server.

  1. Download the Fuel Framework
  2. Unzip/Extract the download
  3. Move the files to your server
    • Note the public directory in the source equals your web server's public document directory i.e. public_html, public, htdocs, etc. Move its contents to there or a subdirectory of the webroot where you want to use Fuel.
    • Placing the fuel directory outside of the public document directory is encouraged for security reasons.
    • Edit the paths in index.php to point to your app, core & packages directories.
    /
      fuel/
        app/
        core/
        packages/
      public/
        .htaccess
        assets/
        index.php
        oil
    
  4. Set permissions on write-able folders manually, or run:
    $ php oil refine install
    	Made writable: APPPATH/cache
    	Made writable: APPPATH/logs
    	Made writable: APPPATH/tmp
    

Configuration

The main configuration can be found at app/config/config.php. Edit it to your liking.