clickmap

Prerequisites

The tested setup is to host the service on apache, with uwsgi running the python application. Example configs for apache and uwsgi are provided in the examples/ subdirectory.

All python dependencies are listed in requirements.txt. It is recommended to run the application in a virtualenv.

You will need to register the service with an oauth server, probably toker.dsv.su.se. Oauth settings are saved in config.ini along with all other settings.

Setup

  • Clone the repo
  • Set up config.ini:
    cp config.ini.example config.ini && editor config.ini
    The comments in the file should explain each option.
  • Make the work subdirectory writable by the web server user (usually www-data):
    chown www-data work
  • Configure apache and uwsgi, see examples under examples/.
  • Start apache and uwsgi
Description
No description provided
Readme 3.5 MiB
Languages
JavaScript 96.6%
CSS 1.9%
Python 1.2%
HTML 0.3%