https://github.com/retro/can-chat
CanJS Frontend for KiwiIRC
https://github.com/retro/can-chat
Last synced: 5 months ago
JSON representation
CanJS Frontend for KiwiIRC
- Host: GitHub
- URL: https://github.com/retro/can-chat
- Owner: retro
- Created: 2013-12-11T01:04:20.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-11T21:59:58.000Z (about 12 years ago)
- Last Synced: 2025-05-05T01:06:45.263Z (8 months ago)
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ALPHA SOFTWARE, NOT WORKING!
After initializing and updating all git submodules and installing KiwiIRC per [their instructions](https://github.com/prawnsalad/KiwiIRC) do the following:
$ cd KiwiIRC
$ cp config.example.js config.js
edit config.js and change:
conf.servers.push({
port: 7778,
address: "0.0.0.0"
});
To
conf.servers.push({
port: 7778,
address: "0.0.0.0",
public_http : '../irc/'
});
Start the KiwiIRC server and enjoy CanJS frontend.