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