Initial setup
So i'm gonna assume you've got a box setup somewhere.
You are running some type of AMP(Apache MySQL PHP) server. :WAMP:MAMP:LAMP
You also installed MongoDB on this server, and downloaded and installed the FuelPHP source.
I'm gonna assume your base path is /fuelphp/
Make sure you realize there are 2 different view paths. One is to views and one to view models.
/fuelphp/fuel/apps/views - this is your views path /fuelphp/fuel/apps/classes/views - this is your view model path.
If you make a view, you want to use the views path. View models I will dive into later, but I don't think this is true View Models, like WPF XAML binding in .NET. (that's another beast)
Once you install make sure you can pull-up your site, it'll be something like http://localhost/fuelphp/public/















