Installation
Installing the framework should take less than five minutes.
- Download the latest version
- Extract the archive in the parent of the directory you wish to serve as the root of the framework.
- Rename the extracted directory to the name of the folder hosting the framework.
- In the newly created directory, edit yg_framework/settings.php:
- Set the value of DEFAULT_TITLE to the default title you wish to use for web pages.
- Set the value of WEB_ROOT to the URI of the root of the framework relative to the root of the server, omitting the trailing slash. For example: if the framework is hosted at http://www.example.com/framework/ then WEB_ROOT should be set to '/framework'.
The framework should now be installed and working. You should be able to see the default home page with an link to the example page.