- Clone this repo by doing
mkdir webdir && cd webdir
to create the web folder in which to clone andgit clone https://github.com/mattmezza/fleet.git .
to clone this repo into the working directory - Check
.htaccess
to change if you installed into subdirectory. If you are installing into a virtual host you can skip this step - Run
php composer.phar install
to get the needed dependencies - Check
app.ini
and edit development information or go tohttp://yourhost.dev/public/install.php
for an easy installation process - Reach your app URL: if you see the welcome page then you are done! 😜
- Start editing PHP files into application/controllers directory
When switching to production please remember to delete public/install.php and public/installer.php files.