Toolserver:Admin:OSM

From mediawiki.org

This page was moved from the Toolserver wiki.
Toolserver has been replaced by Toolforge. As such, the instructions here may no longer work, but may still be of historical interest.
Please help by updating examples, links, template links, etc. If a page is still relevant, move it to a normal title and leave a redirect.

The OSM database and renderer are on ptolemy. The data is stored in the PostgreSQL database 'osm_mapnik', which should be accessed using the DNS hostname 'sql-mapnik'.

mod_tile runs under Apache. Only root can configure this. The configuration is in /etc/opt/ts/apache/2.2.

renderd runs under the "osm" account. Use "become osm" to access it. The source is in $HOME/src; to replace the running version, copy the binary to $HOME/bin. The configuration is in $HOME/etc. To restart the renderd, kill the current one, then run $HOME/bin/check-renderd. (This is also run from cron every 5 minutes.)

The Apache config can be reloaded using $HOME/bin/restart-apache.

Category:Admin:Software