Summit Installation
To install Summit upload the system folder where PHP can access it. A typical setup might look like:
/user/public_html/index.php
In your index.php file you will have 2 constants that are defined. One is for the system folder that the rest of Summit uses to find the necessary files, and a TPL_PATH constant if you want to use the Output class.
If you need database access, sessions, hooks, etc you will need to look in there configuration files located in the system/config folder.
If you plan on using the Controller feature you need to make sure Controller::Init(); is not commented out.
Once you have uploaded the files, and setup any configuration you are ready to rock and roll. There is no need for running a setup script from the shell. Just upload and go!

