Skip to content

Raspbian Install

Ryan Hunt edited this page Mar 19, 2016 · 2 revisions

RaspBian Jessie

These instructions are if you installed raspbian your self and have an existing Pi. Requires Jessie!

Need to install NodeJS v4 from Upstream:

curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt-get install -y nodejs

Next we need to get the rest of our dependencies:

apt-get install -y git omxplayer nginx

Then download the raspIPC.tv source and start it up

git clone https://github.com/nayrnet/raspipc.git
cd raspipc
npm install
sudo npm install -g forever
forever bin/www

Connect to http://<raspberypi.host>:3000 and go.


Clone this wiki locally