Main > Reference Manual > Download and install > Configuring the user interface
The previous sections discussed the installation and compilation of the core planning engine.
In this section the configuration of the user interface is described.
The Django web application framework
- Install Python and Django
The database
- Install the database
- Install the Python database drivers
- Create the database user
- Configure the user name and password
- Create the database schema
The web server
- Install the Apache web server
- Install the mod_wsgi Apache module
It can be downloaded from http://code.google.com/p/modwsgi/. On most Linux systems it'll also be available as a binary package. - Configure the Apache web server
See the sample httpd.conf and freppledb.wsgi configuration files in the folder contrib/django.
Both files require updating for your particular setup: folders names vary and the Apache settings may need updating depending on the size and number of users.
The frePPLe web application
- Update the settings.py configuration file
Update the database connection parameters, switch off debugging, specify the administrator email, ...