02 Installing - goldenice/Kamele-Framework-2 GitHub Wiki
Downloading and Installing
To download Kamele Framework, go to the releases page, and grab the newest version of release.zip. Unpack the contents of this zip in your desired installation directory.
Configuration
Kamele should be able to correctly autodetect it's own URL, but it is recommended you set it to a static value to prevent failure. Open op the config/baseurl.php
file and change the value to the URL over which Kamele is accessible.
Optionally you can configure other parts of the application, such as database access and to which class the default route goes, but these are all optional and may not be interesting for you. These settings are self explanatory though, so if you would like to change them, just browse around the config/
directory.