rklophaus / SlideBlast
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Nov 07 06:07:53 -0800 2009 | |
| |
.gitmodules | Fri Nov 06 14:03:52 -0800 2009 | |
| |
Emakefile | Fri Nov 06 13:50:10 -0800 2009 | |
| |
Makefile | Sat Nov 07 06:05:43 -0800 2009 | |
| |
Notes.txt | Sat Nov 07 15:34:34 -0800 2009 | |
| |
README.markdown | Sat Nov 07 06:05:43 -0800 2009 | |
| |
SlideBlast.tmproj | Sun Dec 06 08:12:59 -0800 2009 | |
| |
apps/ | Sat Nov 07 15:34:34 -0800 2009 | |
| |
deps/ | Sat Dec 05 07:18:13 -0800 2009 | |
| |
ebin/ | Fri Nov 06 13:50:10 -0800 2009 | |
| |
include/ | Sat Dec 05 07:10:13 -0800 2009 | |
| |
restart | Sat Dec 05 07:10:13 -0800 2009 | |
| |
riak.config | Sat Nov 07 15:34:34 -0800 2009 | |
| |
src/ | Sun Dec 06 07:11:01 -0800 2009 | |
| |
start.sh | Sat Dec 05 07:10:13 -0800 2009 | |
| |
wwwroot/ | Sat Dec 05 07:10:13 -0800 2009 |
README.markdown
SlideBlast.com
What is SlideBlast?
SlideBlast is a realtime, web-based presentation tool built using Erlang, Nitrogen and Riak. It lets you display slides to multiple people through the web, and ensures that all attendees are viewing the same slide.
Installation
Then, run the following:
# Download the SlideBlast code...
git clone git://github.com/rklophaus/SlideBlast.git
# Download the Riak...
cd SlideBlast/deps
hg clone http://bitbucket.org/basho/riak/
# Compile and start...
cd ..
make
./start.sh
Browse to http://localhost:8000
Enjoy!
