mirror of
https://github.com/tildeclub/tilde.club.git
synced 2026-03-10 05:00:19 +00:00
Started adding notes on server config.
This commit is contained in:
@@ -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
7
api/README.org
Normal 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
7
api/README.org~
Normal 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
20
server.org
Normal 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
1
server.org~
Normal file
@@ -0,0 +1 @@
|
||||
#+TITLE: Server Configuration
|
||||
Reference in New Issue
Block a user