Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Web Server

Timotheus Pokorra edited this page Feb 27, 2014 · 2 revisions

Table of Contents

Requirements

  • Since there is a language binding for LXC for Python3, it would be easiest that the web server runs with Python3

Options

web.py

Ubuntu: apt-get install python-webpy

bottle

 apt-get install python3-setuptools
 easy_install3 bottle
  • needs flup to work with lighttpd/fastcgi
  • flup did not work with python3 for me
  • but you can run the bottle server for the moment directly, just start ./lbs.py

Clone this wiki locally