chaostreff.ch/README.md
2023-01-04 03:05:25 +01:00

1.5 KiB

chaostreff.ch

Source code and build scripts for chaostreff.ch

Production Deployment

$ python3 -m virtualenv venv
$ . venv/bin/activate
(venv) $ pip install -r requirements.txt
(venv) $ ./build.py

Then deploy the contents of out/ to the webroot.

To make the site really usable, the following features should be configured:

  • A proxying service for SpaceAPI endpoints (since some of them don't set CORS headers)
  • Automatic redirection to the correct language subpage based on the Accept-Language header

An example configuration for Apache httpd can be found in the httpd.conf file.

Local Development Setup

$ python3 -m virtualenv venv
$ . venv/bin/activate
(venv) $ pip install -r requirements.txt
(venv) $ ./build.py
(venv) $ ./run.py

run.py includes a SpaceAPI proxy to work around missing CORS headers.

License

With exception of the sources listed below, this project is licensed under the MIT License.

static/*/bootstrap*

static/{css,js}/leaflet*

static/img/leaflet-marker-*