Required installations:
node.js (get it here )
Install application:
In terminal:
wget http://palsbo.net/rep/chat.inst.sh
sudo sh owfs.inst.sh
This will install the following:
- create folder '/server/chat' if not exists
- install chat-server (node.js based)
- install chat-client as web-application
- install auto-start script '/etc/init.d/chat.sh' and register for autostart
- start chat-server to listen on port 7000
To test the chat appliction:
Point your browser to http://<my pi ip>:7000