[Repoze-checkins] r687 - www/trunk/kiss.repoze.org/content
Chris McDonough
chrism at agendaless.com
Tue Feb 12 01:07:20 UTC 2008
Author: Chris McDonough <chrism at agendaless.com>
Date: Mon Feb 11 20:07:20 2008
New Revision: 687
Log:
Sigh.
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 Feb 11 20:07:20 2008
@@ -19,8 +19,9 @@
To to be able to create a repoze.{plone,plone,zope2} "sandbox" (an
isolated Python environment), install the <a
href="http://pypi.python.org/pypi/virtualenv">virtualenv</a>
- package. You may need to be a root user to do this if your Python
- is the "system" Python::
+ package using the setuptools 'easy_install' command. You may need
+ to be a root user to do this if your Python is the "system"
+ Python::
$ easy_install virtualenv
@@ -48,8 +49,8 @@
documented below. Follow the steps for the repoze variant you're
interested in after installing your virtualenv.
- a) *Post-Virtualenv-Creation Steps for 'repoze.plone' <a
- name="repoze.plone"/>*
+ a) **Post-Virtualenv-Creation Steps for 'repoze.plone' <a
+ name="repoze.plone"/>**
The following commands create a 'repoze.plone' sandbox
environment, including Plone 3.0.1 and all its dependencies.
@@ -75,8 +76,8 @@
http://localhost:8080/manage . Create a Plone site by using the
"Plone Site" option from the "Add..." dropdown menu.
- b) *Post-Virtualenv-Creation Steps for 'repoze.zope2' <a
- name="repoze.zope2" />*
+ b) **Post-Virtualenv-Creation Steps for 'repoze.zope2' <a
+ name="repoze.zope2" />**
The following commands create a 'repoze.zope2' sandbox
environment, including Zope 2 and all of its dependencies::
@@ -98,8 +99,8 @@
Your setup is complete. You can log on to Zope at
http://localhost:8080/manage .
- c) *Post-Sandbox-Creation Steps for 'repoze.grok' <a
- name="repoze.grok" />*
+ c) **Post-Sandbox-Creation Steps for 'repoze.grok' <a
+ name="repoze.grok" />**
The following commands create a 'repoze.grok' sandbox
environment, including grok 0.11 and all its dependencies::
More information about the Repoze-checkins
mailing list