From c86d8bbd330e35da9ce09b90e0a2e540c7abe27b Mon Sep 17 00:00:00 2001 From: Jason Levine Date: Tue, 14 Oct 2014 23:31:34 -0400 Subject: [PATCH] remove references to ircd.js --- docs/server.org | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/docs/server.org b/docs/server.org index db3ab54..7ba6e1d 100644 --- a/docs/server.org +++ b/docs/server.org @@ -32,18 +32,6 @@ echo "Removing java" yum uninstall java #+end_src -Then we fetch the version control management software "git" which -allows us to load recently updated code from public code -repositories. And we get nodejs, which provides us with an -implementation of JavaScript, a programming language that we need to -run our IRC server. - -#+begin_src bash -yum install git-core -yum --enablerepo=epel install nodejs -yum --enablerepo=epel install npm -#+end_src - * Servers Now we install servers, which allow client software to connect and issue commands. Each server is like a small computer unto itself. @@ -61,11 +49,7 @@ echo "2) HTTPD/Apache" yum install httpd echo "3) Unix Talk" yum install talk-server -echo "4) IRCD" -git clone https://github.com/alexyoung/ircd.js -cd ircd.js -# TODO FINISH INSTALL OF IRCD -echo "5) postfix mail server" +echo "4) postfix mail server" yum install postfix #+end_src @@ -76,11 +60,6 @@ yum install postfix ** TODO Log into webmin and set things up? -** TODO Finish the installation of the IRC server - -** TODO Finish the installation of the NNTP server (INN?) - - * Applications #+begin_src bash yum install emacs @@ -103,6 +82,9 @@ yum install sbcl yum install fortune-mod yum install tidy yum install jq +yum install git-core +yum --enablerepo=epel install nodejs +yum --enablerepo=epel install npm #+end_src ** TODO Figure out mosh ports