Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 580 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 580 Bytes

redeye

redeye is a fork of whitequark's irclogger tailored to irc.ppy.sh. refer to the original repository for README and technical details.

setup

git clone https://github.com/TicClick/redeye
./setup.sh -u osu_username -p osu_password -d your.domain

to set up nginx on the host machine, refer to config/nginx-external.conf.example.

update

docker exec -it containerid /bin/bash
git pull
bundle install --deployment
sudo -iu irclog
service irclogger-logger restart && service irclogger-viewer restart