Changes between Version 13 and Version 14 of SystemAdministration


Ignore:
Timestamp:
Sep 2, 2017, 6:09:45 PM (8 years ago)
Author:
David Albert
Comment:

--

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 ==
     2The team has a cloud virtual server hosted at [https://www.digitalocean.com/ Digital Ocean].
     3It runs Ubuntu 14.04 server with 512MB RAM and 20GB hard drive.  The server is automatically backed up every 3 days.[[BR]]
     4See [mailto://david@dalbert.net Mr. Albert] for questions related to server hosting.
    25
    36The 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:
     
    710
    811Administration can be performed by command line (SSH) or via [https://jupiter2.team2537.com:10000 Webmin][[BR]]
     12It 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 ===
     19The 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)
     22The 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
    935
    1036== User Management