#FuelPHP Quick Installer
- Version: 1.0
- Create a project directory. (ex. mkdir /PROJECT)
- Download composer.json in this directory
- curl -s http://getcomposer.org/installer | php
- php composer.phar install
- wget https://raw.githubusercontent.com/fuel/fuel/1.7/master/oil -O oil --no-check-certificate
- Fuel/Core is installed
- Some basic packages(auth,oil,orm,email,parser) is installed
- Empty directories in fuel/app is created
- Git is initialized for your application
- Let's start to build your application!