Differences between revisions 2 and 13 (spanning 11 versions)
Revision 2 as of 2011-01-26 11:00:33
Size: 919
Comment:
Revision 13 as of 2011-01-30 17:01:15
Size: 1627
Editor: S0106001ee5441427
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
 The proposal was accepted by the PSF in their December 2010 board meeting. The proposal was accepted by the PSF in their December 2010 board meeting.
Line 13: Line 13:
 Funding was limited to an initial USD 500 for Amazon costs to see whether the project would succeed. Funding was limited to an initial USD 500 for Amazon costs to see whether the project would succeed.

== Resources ==

 * [[http://docs.amazonwebservices.com/AmazonCloudFront/2010-11-01/GettingStartedGuide/|Amazon AWS Getting Started Guide]]

 * [[CheeseShopDev|Developer Intro to the PyPI code]]

 * [[PyPiXmlRpc|PyPI RPC interface]] (which we likely won't use, but gives an idea of how the meta data is stored)

 * [[https://svn.python.org/packages/trunk/pypi/|PyPI Code]]

 * [[https://svn.python.org/packages/trunk/pypi/webui.py| Web GUI code]]
Line 19: Line 31:
 * [[Marc-André Lemburg|MarcAndreLemburg]]
 * Grig Gheorghiu
 * Neil Schemenauer
 * [[MarcAndreLemburg|Marc-André Lemburg]]
 * [[GrigGheorghiu|Grig Gheorghiu]]
 * [[NeilSchemenauer|Neil Schemenauer]]
Line 32: Line 44:
== Project Server == == Amazon EC2: Project Development Server ==
Line 34: Line 46:
For development, we are using an Amazon EC2 VM:  * [[CloudPyPI/DevelopmentServer]]
Line 36: Line 48:
 * cloud-pypi.getpython.org == Amazon S3 ==
Line 38: Line 50:
Note that the development server may be stopped at times, if not currently used.  * [[CloudPyPI/S3]]
Line 40: Line 52:
The server has a snapshot of the PyPI installation as-of 2011-01-15. == Access Control ==

 * [[CloudPyPITeam]]

This is a public page. Please don't add any sensitive information to the page. Instead, create subpages that are only available to team members.

Please put the following ACL line at the top of subpages with sensitive information:

{{{
#acl CloudPyPIGroup:read,write,revert,admin All:
}}}

Cloud PyPI - Mirroring PyPI in the cloud

Idea

We are setting up a PyPI mirror of the static content of PyPI in Amazon CloudFront.

Proposal

The proposal was accepted by the PSF in their December 2010 board meeting.

Funding was limited to an initial USD 500 for Amazon costs to see whether the project would succeed.

Resources

Team

Implementation:

Helping with the PyPI code:

  • Richard Jones
  • Martin von Löwis

Mailing List

Amazon EC2: Project Development Server

Amazon S3

Access Control

This is a public page. Please don't add any sensitive information to the page. Instead, create subpages that are only available to team members.

Please put the following ACL line at the top of subpages with sensitive information:

#acl CloudPyPIGroup:read,write,revert,admin All:

CloudPyPI (last edited 2013-09-07 11:03:07 by MarcAndreLemburg)

Unable to edit the page? See the FrontPage for instructions.