Skip to content

boutros/snakk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snakk

Chat-server with an IRC-like web frontend.

Install (Ubuntu/Debian)

wget https://github.com/boutros/snakk/releases/download/v0.5/snakk_v0.5.deb
sudo dpkg -i snakk_v0.5.deb
sudo service snakk start

This will set it up as an upstart service. The application will be installed to /usr/share/snakk. You'll find a config file there. You must restart the service for any configuration changes to take effect.

To uninstall, run sudo dpkg -r snakk