Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 943 Bytes

README.markdown

File metadata and controls

30 lines (20 loc) · 943 Bytes

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

  • Download and install Ghostscript. Link
  • Download and install Imagemagick. Link

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/ 

    # Roll back to the compatible version ... 
    hg update -r riak-0.6

# Compile and start...
cd ..
make
./start.sh

Browse to http://localhost:8000

Enjoy!