[Repoze-checkins] r686 - www/trunk/kiss.repoze.org/content
Chris McDonough
chrism at agendaless.com
Tue Feb 12 01:05:46 UTC 2008
Author: Chris McDonough <chrism at agendaless.com>
Date: Mon Feb 11 20:05:46 2008
New Revision: 686
Log:
Emphasize.
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:05:46 2008
@@ -1,7 +1,7 @@
Repoze Quick Start
- 1. Creating a virtualenv to House Your repoze.{grok,plone,zope2}
- Sandbox <a name="creating_a_virtualenv"/>
+ 1. **Creating a virtualenv to House Your repoze.{grok,plone,zope2}
+ Sandbox <a name="creating_a_virtualenv"/>**
The Repoze installation routine depends on <a
href="http://peak.telecommunity.com/DevCenter/setuptools"
@@ -41,15 +41,15 @@
virtual environment does not inherit any packages from the base
Python installation.
- 2. Post-Virtualenv-Creation Steps
+ 2. **Post-Virtualenv-Creation Steps**
The post-virtualenv-creation steps for installing repoze.zope2,
repoze.plone, and repoze.grok differ slightly. They are
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 +75,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 +98,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