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

Chris McDonough chrism at agendaless.com
Tue Feb 12 01:04:36 UTC 2008


Author: Chris McDonough <chrism at agendaless.com>
Date: Mon Feb 11 20:04:36 2008
New Revision: 685

Log:
Get indenting more right.


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:04:36 2008
@@ -41,39 +41,39 @@
     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.
+    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.
+       The following commands create a 'repoze.plone' sandbox
+       environment, including Plone 3.0.1 and all its dependencies.
 
-      'cd' into the virtual environment and install the 'repoze.plone'
-      package using the virtual environment's 'easy_install' command::
+       'cd' into the virtual environment and install the 'repoze.plone'
+       package using the virtual environment's 'easy_install' command::
 
-        $ cd /path/to/env
-        $ bin/easy_install -i http://dist.repoze.org/simple repoze.plone
+         $ cd /path/to/env
+         $ bin/easy_install -i http://dist.repoze.org/simple repoze.plone
 
-      Once the 'repoze.plone' package and its dependencies are
-      installed, you must create "instance" files using the
-      mkzope2instance script installed into the virtualenv::
+       Once the 'repoze.plone' package and its dependencies are
+       installed, you must create "instance" files using the
+       mkzope2instance script installed into the virtualenv::
 
-        $ bin/mkzope2instance .
+         $ bin/mkzope2instance .
 
-      Then you can then run the derived server by executing::
+       Then you can then run the derived server by executing::
 
-        $ bin/addzope2user admin admin # create manager account
-        $ bin/paster serve etc/zope2.ini
+         $ bin/addzope2user admin admin # create manager account
+         $ bin/paster serve etc/zope2.ini
 
-      Your setup is complete.  You can log on to Zope at
-      http://localhost:8080/manage .  Create a Plone site by using the
-      "Plone Site" option from the "Add..." dropdown menu.
+       Your setup is complete.  You can log on to Zope at
+       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" />


More information about the Repoze-checkins mailing list