Skip to content

SlideBlast.com - Share and Control a Slide Presentation on the Web

Notifications You must be signed in to change notification settings

hscale/SlideBlast

 
 

Repository files navigation

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!

About

SlideBlast.com - Share and Control a Slide Presentation on the Web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 35.6%
  • CSS 29.6%
  • Erlang 29.2%
  • HTML 4.7%
  • Shell 0.9%