Changes between Version 13 and Version 14 of SystemAdministration
- Timestamp:
- Sep 2, 2017, 6:09:45 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SystemAdministration
v13 v14 1 The software team uses a cloud-server hosted at [http://www.digitalocean.com DigitalOcean]. The server runs Ubuntu 14.04 linux and has 512MB RAM and 20GB storage.[[BR]] 1 == Team Server == 2 The team has a cloud virtual server hosted at [https://www.digitalocean.com/ Digital Ocean]. 3 It runs Ubuntu 14.04 server with 512MB RAM and 20GB hard drive. The server is automatically backed up every 3 days.[[BR]] 4 See [mailto://david@dalbert.net Mr. Albert] for questions related to server hosting. 2 5 3 6 The server name is jupiter2.team2537.com and the static IP is 104.236.89.124. The domain name wiki.team2537.com takes you to the same server and is directed to the Wiki virtual host. So users can access the server here: … … 7 10 8 11 Administration can be performed by command line (SSH) or via [https://jupiter2.team2537.com:10000 Webmin][[BR]] 12 It is critical that the server be kept up-to-date by an administrator regularly running: 13 {{{ 14 sudo apt-get update 15 sudo apt-get upgrade 16 }}} 17 18 === DNS === 19 The server has two domain names: 20 * jupiter2.team2537.com (host name for most services) 21 * wiki.team2537.com (virtual host routes directly to this wiki) 22 The team2537.com domain is provided through Google Apps for Education (GAFE); see [mailto://blairlc255@gmail.com Blair Chisholm] for questions about domain name services. 23 24 === Services === 25 * ssh (secure console shell) 26 * Trac (wiki, trouble ticketing) 27 * apache2 (web server) 28 * mysql (database) 29 * webmin/usermin (web-based administration) 30 31 * subversion (version control - no longer used) 32 * git (alternative version control - also no longer used) 33 * gitlab (web interface for git) 34 9 35 10 36 == User Management