Skip to content
jschreuder edited this page Nov 29, 2010 · 3 revisions

##Installation

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

  • Download the Fuel Framework
  • Unzip/Extract the download
  • 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.
    • Placing the fuel directory outside of the public document directory is encouraged.
/
  fuel/
    app/
    core/
    packages/
  public/
    .htaccess
    assets/
    index.php

Configuration

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

##Next Steps