https://github.com/fiddlerwoaroof/slideserver
Serve an impress.js presentation from a simply formatted static file
https://github.com/fiddlerwoaroof/slideserver
Last synced: about 1 year ago
JSON representation
Serve an impress.js presentation from a simply formatted static file
- Host: GitHub
- URL: https://github.com/fiddlerwoaroof/slideserver
- Owner: fiddlerwoaroof
- Created: 2012-01-16T23:51:18.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T21:34:23.000Z (almost 3 years ago)
- Last Synced: 2025-07-14T05:17:03.885Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
## Installation
1. Get the source:
% git clone https://github.com/fiddlerwoaroof/slideserver.git
Cloning into slideserver...
remote: Counting objects: 53, done.
remote: Compressing objects: 100% (43/43), done.
remote: Total 53 (delta 21), reused 33 (delta 8)
Unpacking objects: 100% (53/53), done.
2. Install virtualenv:
% sudo easy_install-2.6 virtualenv
Password: ...
Searching for virtualenv
Reading http://pypi.python.org/simple/virtualenv/
Installed .../virtualenv-1.7-py2.6.egg
Processing dependencies for virtualenv
Finished processing dependencies for virtualenv
3. Install prerequisites:
% cd slideserver
% source bin/activate
% pip install -r requirements.txt
Downloading/unpacking Mako==0.5.0 (from -r requirements.txt (line 1))
Downloading Mako-0.5.0.tar.gz (318Kb): 318Kb downloaded
Successfully installed Mako Flask Twisted markdown pyyaml MarkupSafe Werkzeug Jinja2 zope.interface argparse
4. From the demo directory run:
% cd demo
% PYTHONPATH=../.. PORT=8081 python -m slideserver.slides slideshow static
5. Navigate to