[Checkins] SVN: z3c.testsetup/trunk/DEVELOPMENT.txt Moving development installation notes to a separate textfile to unclutter the

Reinout van Rees reinout at vanrees.org
Mon Sep 21 10:01:28 EDT 2009


Log message for revision 104382:
  Moving development installation notes to a separate textfile to unclutter the
  main documentation
  

Changed:
  A   z3c.testsetup/trunk/DEVELOPMENT.txt

-=-
Added: z3c.testsetup/trunk/DEVELOPMENT.txt
===================================================================
--- z3c.testsetup/trunk/DEVELOPMENT.txt	                        (rev 0)
+++ z3c.testsetup/trunk/DEVELOPMENT.txt	2009-09-21 14:01:28 UTC (rev 104382)
@@ -0,0 +1,23 @@
+Installation
+============
+
+From the root of the package run::
+
+     $ python bootstrap/bootstrap.py
+
+This will download and install everything to run `buildout` in the
+next step. Afterwards an executable script `buildout` should be
+available in the freshly created `bin/` directory.
+
+Next, fetch all needed packages, install them and create provided
+scripts::
+
+     $ bin/buildout
+
+This should create a `test` script in `bin/`.
+
+Running::
+
+     $ bin/test
+
+you can test the installed package.


Property changes on: z3c.testsetup/trunk/DEVELOPMENT.txt
___________________________________________________________________
Added: svn:eol-style
   + native



More information about the checkins mailing list