Started adding notes on server config.
This commit is contained in:
parent
aea7affd36
commit
37740c28f2
|
@ -1,4 +1,5 @@
|
||||||
tilde.club
|
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.
|
||||||
|
|
|
@ -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
|
||||||
|
-
|
|
@ -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
|
||||||
|
-
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
#+TITLE: Server Configuration
|
Loading…
Reference in New Issue