Started adding notes on server config.

This commit is contained in:
Paul Ford 2014-10-02 20:48:32 +00:00
parent aea7affd36
commit 37740c28f2
5 changed files with 37 additions and 1 deletions

View File

@ -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.

7
api/README.org Normal file
View File

@ -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
-

7
api/README.org~ Normal file
View File

@ -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
-

20
server.org Normal file
View File

@ -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

1
server.org~ Normal file
View File

@ -0,0 +1 @@
#+TITLE: Server Configuration