Changes between Version 8 and Version 9 of DevelopmentServer
- Timestamp:
- 10/01/10 17:09:23 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentServer
v8 v9 23 23 }}} 24 24 /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. 25 26 == live2dev == 27 28 This is a script, run as root, which will update either the http://dev.transitionnetwork.org.webarch.net/ or the http://test.transitionnetwork.org.webarch.net/ sites with the last MySQL dump from the live site and also copy across backups of the uploaded files. 29 30 The script can be run interactively or my telling it which site to update on the command line, for example to update the dev site: 31 32 {{{ 33 live2dev dev 34 }}} 35 36 25 37 26 38 == Packages ==