[Checkins] SVN: Sandbox/baijum/bluebream/trunk/ - Installation instruction

Baiju M baiju.m.mail at gmail.com
Sat Jan 2 08:54:55 EST 2010


Log message for revision 107550:
  - Installation instruction
  - Furture release entry added to changelog
  

Changed:
  U   Sandbox/baijum/bluebream/trunk/CHANGES.txt
  U   Sandbox/baijum/bluebream/trunk/README.txt

-=-
Modified: Sandbox/baijum/bluebream/trunk/CHANGES.txt
===================================================================
--- Sandbox/baijum/bluebream/trunk/CHANGES.txt	2010-01-02 12:52:05 UTC (rev 107549)
+++ Sandbox/baijum/bluebream/trunk/CHANGES.txt	2010-01-02 13:54:54 UTC (rev 107550)
@@ -1,6 +1,10 @@
 Changelog
 *********
 
+0.1.1 (unreleased)
+------------------
+
+
 0.1.0 (2010-01-02)
 ------------------
 

Modified: Sandbox/baijum/bluebream/trunk/README.txt
===================================================================
--- Sandbox/baijum/bluebream/trunk/README.txt	2010-01-02 12:52:05 UTC (rev 107549)
+++ Sandbox/baijum/bluebream/trunk/README.txt	2010-01-02 13:54:54 UTC (rev 107550)
@@ -1,4 +1,35 @@
 BlueBream
 *********
 
-Script to setup a Zope project directory.
+BlueBream makes it easy to setup a new project using Zope packages.
+BlueBream generate a project directory from a template called
+``bluebream``.  The template is created using `PasteScript
+<http://pythonpaste.org/script/developer.html>`_ by Ian Bicking.
+
+To create a new project, first you need to install BlueBream::
+
+  $ easy_install bluebream
+
+.. note::
+
+  Access to `PyPI <http://pypi.python.org>`_ is required to perform
+  the installation and bootstrapping process.
+
+Once BlueBream is installed, run ``paster`` command to create the
+project directory.  The ``create`` subcommand provided by ``paster``
+will show a wizard to create the project directory.
+
+::
+
+  $ paster create -t bluebream
+
+You need to provide the project name and namespace package name.  The
+project name will be used as the egg name.
+
+The project name can be give given as a command line argument::
+
+  $ paster create -t bluebream sample
+
+The name of namespace package also can be given from the command line::
+
+  $ paster create -t bluebream sample namespace_package=mycompany



More information about the checkins mailing list