= Adding a server to our subversion server database = We have a record of all servers (and many more things) [wiki:server_overview stored in subversion]. Please follow these steps when adding a new server. * [wiki:server_overview Check out the admin svn repository]. * Create a directory in the servers directory named after the server you are creating. Name the directory using the host name, not the fully qualified domain name (fred, instead of fred.mayfirst.org) * Add the following {{{ /description: containing a brief description of the server /substrate: containing one of: host, virtual, standalone /location: symlink to ../locations/ (e.g. telehouse) host: if this is a virtual server, then this should be a symlink to ../servers-available/ (e.g. ken, bolivar) }}} You can see the other directories for addional ways to tag the server. When you are done: {{{ svn add servers/ svn commit }}}