Skip to content

DynaLogic/webchat-java

Repository files navigation

webchat

like IRC, but using HTTP

##Running the server Requirements Predis some PHP server

simply host the files, and go (all links are relitave, so it should work)

Extras

also included are the files clearLog.service,clearLog.timer, and clearLog.sh

these files are used to clear tle log (as the name implies) every day. to enable this functonality, the folowing must be executed.

sudo cp ./clearLog.sh /usr/sbin/clearLog.sh
sudo cp ./clearLog.service /etc/systemd/system/clearLog.service
sudo cp ./clearLog.timer /etc/systemd/system/clearLog.timer
sudo systemctl enable clearLog.timer

NOTE: you must have systemd on your system for the scripts to work.

About

the java end for the webchat repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages