User Manual

72
2. Install
WebIOPi
wget http://webiopi.googlecode.com/files/WebIOPi-0.5.3.tar.gz
tar xvzf WebIOPi-0.5.3.tar.gz
cd WebIOPi-0.5.3
sudo ./setup.sh
3. Set or modify the password of WebIOPi
sudo webiopi-passwd
Username: webiopi
The default password is raspberry.
4. Start WebIOPi
sudo python -m webiopi 8000
You can change the port by yourself. The default port is 8000.
5. Run WebIOPi in the back-end system, or it will be killed when you press Ctrl+C
sudo /etc/init.d/webiopi start
and
sudo /etc/init.d/webiopi stop