Skip to content
Anders Löwinger edited this page Apr 28, 2015 · 3 revisions

To use the remote persistence functionality you need to setup a server. This can be done in several ways, of which two are described here.

  1. Apache2
  2. Python standalone

Apache2

To use apache2 an included wsgi handler called basium_wsgihandler.py can be used. Assuming basium is installed at /opt/basium

A typical configuration of apache can be found at https://github.com/lowinger42/basium/blob/master/apache-site

If you want to use authentification, you need to configure apache to do this.

Python standalone

By just executing the basium_wsgihandler.py, an server is started that can handle remote access from basium clients.

Clone this wiki locally