웹버전을 찾았는데. 지금까지 업데이트 되고 있는 녀석이지만
python 기반으로 독립서버를 돌리는 녀석이라 php가 아닌게 조금 아쉽..
(독립 서버 호스팅이 아니라면 돌리기 어렵다는 의미)
$ sudo apt-cache search irc | grep ^irc
ircd-hybrid - high-performance secure IRC server
ircd-irc2 - The original IRC server daemon
ircd-ircu - Undernet IRC Server daemon
ircd-ratbox - advanced, stable and fast ircd
ircd-ratbox-dbg - debugging symbols for ircd-ratbox
ircii - Internet Relay Chat client
ircmarkers - place markers on maps at given coordinates
ircp-tray - IrDA and OBEX wireless file transfer
$ sudo apt-get install ircd-irc2 ircii
[링크 : https://help.ubuntu.com/10.04/serverguide/irc-server.html] |
$ sudo apt-get install python-twisted python-twisted-bin python-twisted-core python-twisted-runner python-twisted-names python-twisted-mail python-twisted-words python-twisted-web $ sudo cp config.py.example config.py $ sudo ./compile.py
$ sudo ./run.py
[링크 : http://qwebirc.org/] |
'프로그램 사용 > ircd' 카테고리의 다른 글
ircd.conf - ircd 설정하기 (0) | 2013.02.28 |
---|---|
국내 IRC 서버 (0) | 2013.02.28 |
irc 서버 한글닉 안되는 이유 및 서버 소스 (0) | 2013.02.28 |
irc 사용법 관련내용 (0) | 2013.02.28 |
web irc client (0) | 2013.02.28 |