mirror of
https://github.com/tildeclub/tilde.club.git
synced 2026-03-13 22:40:18 +00:00
Sorry! `` looks awful in GitHub headers. Removed.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Setting up the `tilde.club` IRC server
|
||||
# Setting up the tilde.club IRC server
|
||||
|
||||
We chose to go with `charybdis`, mostly because it's in the Debian/Ubuntu package repository (universe), so we can update it without having to go through the `configure`/`make`/`make install` process.
|
||||
|
||||
@@ -10,14 +10,14 @@ The IRC server is an Amazon EC2 instance running Ubuntu. Initial system setup on
|
||||
* updating the `/etc/hosts` file (add `172.30.0.216 irc.tilde.club irc` and `172.30.0.176 tilde.club tilde`)
|
||||
* setting the EC2 security group to allow TCP traffic on port 6667 from the `tilde.club` shell server only
|
||||
|
||||
### Setup changes on the `tilde.club` shell server to access the IRC server
|
||||
### Setup changes on the tilde.club shell server to access the IRC server
|
||||
|
||||
The `tilde.club` shell server needed a few tweaks as well:
|
||||
|
||||
* updating `/etc/hosts` (add `172.30.0.216 irc.tilde.club irc` so users can reach the IRC server by hostname)
|
||||
* setting the EC2 security group to allow TCP traffic on port 113 (`identd`) from the IRC server only
|
||||
|
||||
## Installing `charybdis`
|
||||
## Installing charybdis
|
||||
|
||||
First we needed to add the "universe" repository to the `apt` repository list:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user