This repository was archived by the owner on Feb 3, 2022. It is now read-only.
-
Couldn't load subscription status.
- Fork 88
haskell.org deployment notes
Erik Rantapaa edited this page Jul 30, 2015
·
6 revisions
This page is a place for notes on how to deploy/modify the Haskell Platform section of haskell.org.
-
There are two servers used for haskell.org:
-
webhost.haskell.org- access is only by sftp
- log in as user
platform-site - platform files reside in the
platformsub-directory - the url http://haskell.org/platform maps to the directory
webhost.haskell.org/platform
-
downloads.haskell.org- operated by the fastly CDN
- only accessible by IP address, currently 23.253.148.101
- use ssh, e.g.
ssh [email protected] - the urls http://www.haskell.org/platform/download/* are rewritten to http://downloads.haskell.org/~platform/* which are then served by the fastly servers
- when creating links, use the haskell.org urls as the canonical urls
-
-
For access, contact:
- [email protected]
- the haskell-infrastructure mailing list
- Gershom Bazerman [email protected]