git.fiddlerwoaroof.com
name mode size
demo 040000
README.markdown 100644 0 kb
__init__.py 100644
flask_server.py 100644 0 kb
requirements.txt 100644 0 kb
slides.py 100644 2 kb
template.mako 100644 1 kb
README.markdown
To Install % cd /path/to/slideserver % virtualenv -p python2.7 . % source bin/activate % pip install -r requirements.txt From the demo directory run: % PYTHONPATH=../.. PORT=8081 python -m slideserver.slides slideshow static The demo slideshow will be served at <http://localhost:8081>