Skip to content
Abhay Rana (Nemo) edited this page Oct 19, 2013 · 2 revisions

Welcome to the play wiki!

##Setup Instructions

  1. Clone Play
  2. Setup configuration. Copy public/config.example.json to public/config.json. Leave the file as is, in case you don't have a local copy of Muzi.
  3. Install VLC
  4. Install node.js (v0.10.x).

###Windows

  • Go C:\Program Files (x86)\VideoLAN\VLC and copy vlc.exe to cvlc.exe
  • Make sure the path is correct in play.bat for both cvlc.exe and node.exe
  • Run play.bat from command line.

###Linux

  • After you've installed the latest stable version of node & VLC, just run node app.js to start the play server.
Clone this wiki locally