git clone https://github.com/jakobant/dasher.git
cd dasher
virtualenv venv
source ./venv/bin/activate
./venv/bin/pip install -r requirements.txt
Start chrome with --remote-debugging-port=9222 parameter.
Set environment for MPLAYER and MYID, MPLAYER=mplayer and MYID=local and start:
source ./venv/bin/activate && ./venv/bin/python server.py
Open browser to http://localhost:5000 for the Simple Web Admin. The default user is pi, and default password is admin, please change that by setting the environment D_API_KEY.
Install packages needed: sudo apt-get install imagemagick ffmpeg virtualenv fswebcam
Install script
Run:
wget https://raw.githubusercontent.com/jakobant/dasher/master/setup/install_ubuntu.sh
bash ./install_ubuntu.shInstall script for Fedora
Run:
wget https://raw.githubusercontent.com/jakobant/dasher/master/setup/install_fedora.sh
bash ./install_fedora.shInstall script for MacOS
Run:
wget https://raw.githubusercontent.com/jakobant/dasher/master/setup/install_osx.sh
bash ./install_osx.sh