##Requirements
The framework requirements are limited
- Web Server
- PHP 5.3 or greater is required
Although a database is not required, if a database is to be used the system is designed to work with a MySQL database. The framework can be changed to work with another database type.
###Recommended mod_rewrite - To remove the index.php from the URL. Otherwise index.php?url= is required
- Download the framework
- Unzip the package.
- Upload the framework files to your server. Normally the index.php file will be at your root.
- Open the index.php file with a text editor and set your base URL and database credentials (if a database is needed). Set the default theme and controller to be loaded.
- If using a Linux server edit .htaccess file and save the base path.