[Repoze-checkins] r1027 - www/trunk/kiss.repoze.org/content

Chris McDonough chrism at agendaless.com
Mon May 12 01:53:11 EDT 2008


Author: Chris McDonough <chrism at agendaless.com>
Date: Mon May 12 01:53:11 2008
New Revision: 1027

Log:
Fix paths.


Modified:
   www/trunk/kiss.repoze.org/content/quickstart.stx

Modified: www/trunk/kiss.repoze.org/content/quickstart.stx
==============================================================================
--- www/trunk/kiss.repoze.org/content/quickstart.stx	(original)
+++ www/trunk/kiss.repoze.org/content/quickstart.stx	Mon May 12 01:53:11 2008
@@ -1,4 +1,4 @@
-Repoze Quick Start
+Repoze Quick Start via Virtualenv
 
   1.  **Creating a virtualenv to House Your repoze.{grok,plone,zope2}
       Sandbox <a name="creating_a_virtualenv"/>**
@@ -59,7 +59,7 @@
        package using the virtual environment's 'easy_install' command::
 
          $ cd /path/to/env
-         $ bin/easy_install -i http://dist.repoze.org/simple repoze.plone
+         $ bin/easy_install -i http://dist.repoze.org/plone/latest repoze.plone
 
        Once the 'repoze.plone' package and its dependencies are
        installed, you must create "instance" files using the
@@ -83,7 +83,7 @@
       environment, including Zope 2 and all of its dependencies::
 
         $ cd /path/to/env
-        $ bin/easy_install -i http://dist.repoze.org/simple repoze.zope2
+        $ bin/easy_install -i http://dist.repoze.org/zope2/latest repoze.zope2
 
       Once the 'repoze.zope2' package and its dependencies are
       installed, you must create 'instance' files using the
@@ -106,7 +106,7 @@
       environment, including grok 0.11 and all its dependencies::
 
         $ cd /path/to/env
-        $ bin/easy_install -i http://dist.repoze.org/simple repoze.grok
+        $ bin/easy_install -i http://dist.repoze.org/grok/latest repoze.grok
 
       Once the 'repoze.grok' package and its dependencies are
       installed, you must create 'instance' files using the


More information about the Repoze-checkins mailing list