Changes between Version 1 and Version 2 of DevelopmentServer


Ignore:
Timestamp:
07/07/10 13:49:30 (6 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentServer

    v1 v2  
    44 
    55The development server has a development, http://dev.transitionnetwork.org/, and a testing, http://test.transitionnetwork.org/, version of the live server set-up. The test, dev and live code bases are currently kept in [https://svn.webarch.net/transition/ this subversion repository] but the plan is to migrate it to the [https://tech.transitionnetwork.org/svn/ Trac svn repo]. 
     6 
     7== Network and DNS == 
     8 
     9The server has 3 IP addresses, but only one is currently needed, 81.95.52.78, 81.95.52.79, 81.95.52.80 
     10 
     11== SSH access == 
     12 
     13Which ever developers need ssh access can have it, and sudo if needs be, contact chris@webarchitects.co.uk. When adding a new account don't forget to edit /etc/ssh/sshd_config to add the new user to !AllowUsers and restart sshd. 
     14 
     15Users can be granted sudo rights like this: 
     16{{{ 
     17kiwi:~# adduser username sudo 
     18}}} 
     19/etc/sudoers is set up so that people don't need to type their passwords when sudo'ing. If users also set up ssh keys then this means that people can use very long, essentially uncrackable, passwords but never actually need to remember or use them unless they lose their local ssh key or they need to login via the consol.