Skip to content
This repository has been archived by the owner on Nov 24, 2019. It is now read-only.

v1 Install Fuel Start

vee w, edited this page Jan 31, 2014 · 3 revisions

Fuel Start minimum requirement is based on FuelPHP requirement.

To install Fuel Start, please follow instruction.

  1. Download the package
  2. Extract files to location you want. Example /var/www/
  3. Create database. Example database name fuelstart
  4. Import fuelstart db.sql into your MySQL server.
  5. Open database config file in /fuel/app/config/<development OR production up to your config>/db.php
  6. Change your database configuration including database to your created database name.

Start browsing.

Go to login page with this info.

Username: admin
Password: pass

If you see no error after try to login then you are ready to start coding.