Windows installer
Main > frePPLe Manual > Download and install > Installing on Windows > Windows installer
Installing and uninstalling frePPLe is straightforward, and follows the normal Windows conventions.
After accepting the licence agreement, the installer will guide you to select:
- The components to install
- The installation directory
- The database connection parameters
With all options included the installation requires less than 25 MB of disk space.
- Select the components to install.

- Select the installation directory.

- Select the installation parameters.
Two types of parameters are specified during the installation:- language for the user interface
- database connection parameters
For MySQL, Oracle and PostgreSQL you need to specify the database name, the database user and its password, and the host and port number of the database engine. The database and the database user have to be created by the database administrator. The frePPLe database tables will be created when you first start the server.
For SQLite you only need to specify the database name. You selections are saved in the file server/settings.py. The file can later be edited with a text editor when required.
- Finish
At the end of the installation you can choose to start the server immediately.
Point your browser to the url, and you're up and running!
The installer provides:
- Command line application
- Server application which bundles a python interpreter, python libraries, web server, django web application and database
- Documentation
- Development libraries
- Source code
It is possible to have multiple installations in parallel on the same computer. They need to be installed in different directories, and you need to set the environment variable FREPPLE_HOME to point to the directory with the version you want to run.
