INSTALLATION (< 3.8)
There are multiple ways how to install koala framework, depending on your server infrastructure.
If you need help contact us on our mailing list.
This instructions are only valid for Koala Framework Version up to 3.7.
Development on local machine
Developing a koala website/application should not be done on production servers for obvious reasons. Instead you should run a local copy of the application where you develop. Recommended method for getting the changes deployed is using git - to either a public github repository or your own git server.
For local development you can either:
- use php built-in webserver (easy to set up, not best performance)
- use apache webserver (difficult to set up, good performance)
- use our virtual machine (recommended for windows)
as for development the webserver performance isn't critical we recommend the first method.
Installation on remote Webserver
Which installation method you choose for the remote webserver depends on what you can do on the server.
In any case you need an apache configured with an document root, see ubuntu example configuration.
Then choose one of the following:
- Shell Access, git installed (recommended)
- use downloader script (browser based installation)
Maintenance
After installing you can use the maintenance scripts.