From 37740c28f2f263f9af27752b42a38a9d37ef7be3 Mon Sep 17 00:00:00 2001 From: Paul Ford Date: Thu, 2 Oct 2014 20:48:32 +0000 Subject: [PATCH] Started adding notes on server config. --- README.md | 3 ++- api/README.org | 7 +++++++ api/README.org~ | 7 +++++++ server.org | 20 ++++++++++++++++++++ server.org~ | 1 + 5 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 api/README.org create mode 100644 api/README.org~ create mode 100644 server.org create mode 100644 server.org~ diff --git a/README.md b/README.md index 1c9fe89..30b7ce9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ tilde.club ========== -Code and utilities for running and managing the tilde.club server +This is the set of code and utilities for running and managing the +tilde.club server. diff --git a/api/README.org b/api/README.org new file mode 100644 index 0000000..7b523cb --- /dev/null +++ b/api/README.org @@ -0,0 +1,7 @@ +Gather up the code that people are writing and put it here +- chat tools +- user listing +- user # +- list of sites +- river +- diff --git a/api/README.org~ b/api/README.org~ new file mode 100644 index 0000000..7b523cb --- /dev/null +++ b/api/README.org~ @@ -0,0 +1,7 @@ +Gather up the code that people are writing and put it here +- chat tools +- user listing +- user # +- list of sites +- river +- diff --git a/server.org b/server.org new file mode 100644 index 0000000..1d7024d --- /dev/null +++ b/server.org @@ -0,0 +1,20 @@ +#+TITLE: Server Configuration + +* Base machine +- A standard unix server +- Webmin (people complain but webmin is great) + +* Add these repos +- sudo yum update +- sudo yum install httpd +- sudo yum install emacs +- sudo yum install tmux +- sudo yum install talk-server +- sudo yum install htop +- sudo yum install elinks lynx +- sudo yum install figlet +- sudo yum install ImageMagick +- sudo yum --enablerepo=epel install -y mosh +- sudo yum install mailman + + diff --git a/server.org~ b/server.org~ new file mode 100644 index 0000000..5b026e6 --- /dev/null +++ b/server.org~ @@ -0,0 +1 @@ +#+TITLE: Server Configuration