Download Server
There is a need for a "download server" for OSGeo that provides for bulk downloads of software.
We are hesitant to handle this on our primary server hosted by Peer1 because of the risk of exceeding our bandwidth allotment and getting charged a lot extra. For that reason the download server is being hosted on a telascience blade. Telascience has extensive bandwidth and is not charging OSGeo for it.
Configuration
For now the 198.202.74.219 blade is being used as a download server.
- It will be known as "download.osgeo.org", and is configured to respond to that, but currently no such DNS entry exists. In the meantime the url http://buildbot.osgeo.org/download/ can be used in place of http://download.osgeo.org/
- The downloadable tree is found in /osgeo/download on the server.
- The virtual host declaration is found in /etc/httpd/conf/httpd.conf.
- Logs are in /etc/httpd/logs/download_access_log and /etc/httpd/logs/download_error_log.
Use
It is intended that each interested project should have a directory under /osgeo/download with appropriate permissions so a project member can manage the subdirectories and files. Scp, or sftp can be used to bring files onto the server. Someone from each project will need a shell account on the server.
Any administrator can create new project directories, and chown them to a project representative.