From OpenStreetMap
Purpose
Hardware
| CPU
| Intel Atom 230 1.6GHz
|
| Memory
| 2GB
|
| Disk
| 2x 100GB Seagate ST910021AS as a Linux MD RAID1 mirror
|
| Network
| Realtek RTL8101E Fast Ethernet controller as eth0 (89.16.177.88)
|
Software
| Operating System
| Ubuntu 8.04
|
| Web Server
| Apache 2.2.8
|
| Repository
| Subversion 1.4.6
|
| Bug Tracker
| Trac 0.10.4
|
| Mail Server
| Exim 4.69
|
| Mailing Lists
| Mailman 2.1.9
|
Exim
- Custom configuration is in /etc/exim4/conf.d/main/40_exim4-config_local.
- Mailman configuration is in /etc/exim4/conf.d/main/30_exim4-config_mailman, /etc/exim4/conf.d/router/970_exim4-config_mailman and /etc/exim4/conf.d/transport/70_exim4-config_mailman.
Subversion
Repository is in /var/lib/subversion/repos/openstreetmap and the password file is /etc/apache2/svn.passwd. Users can be added (and passwords changed for existing users) with htpasswd as follows:
htpasswd /etc/apache2/svn.passwd <username>
Trac
The trac data is in /var/lib/trac and the configuration file is /var/lib/trac/conf/trac.ini. Administration is done using trac-admin:
| Action | Command
|
| Add a component | trac-admin /var/lib/trac component add <component> <owner>
|
| Change a component's owner | trac-admin /var/lib/trac component chown <component> <new-owner>
|