-
Notifications
You must be signed in to change notification settings - Fork 1
Configuration files
Note! The current release of FST does not have detailed documentation for production use.
The latest version of FST from Github comes pre-configured for demo use. The installation guide describes all steps necessary to make FST run with the demo database.
The settings files deploy FST for a fictional government agency called "Exempelmyndigheten". These settings files, from the "fst/fst_web" folder, are loaded on startup:
-
settings.py (general FST settings)
-
demo_settings.py (server-specific settings)
-
default_instance_settings.py (default values for one particular installation)
For production use, the last two settings files should be replaced with "local_settings.py" and "instance_settings.py".
The demo database comes with two users and a few sample documents. See Database administration for additional info.