[Checkins] SVN: grok/trunk/INSTALL.txt Update installation notes to stop confusing new developers completely.

Uli Fouquet uli at gnufix.de
Fri Sep 4 10:15:11 EDT 2009


Log message for revision 103544:
  Update installation notes to stop confusing new developers completely.
  

Changed:
  U   grok/trunk/INSTALL.txt

-=-
Modified: grok/trunk/INSTALL.txt
===================================================================
--- grok/trunk/INSTALL.txt	2009-09-04 14:01:59 UTC (rev 103543)
+++ grok/trunk/INSTALL.txt	2009-09-04 14:15:10 UTC (rev 103544)
@@ -34,13 +34,18 @@
     [buildout]
     eggs-directory = /home/bruno/buildout-eggs
 
+Note, that this is the grok core package. If you want to develop Grok
+applications you might consider to use `grokproject
+<http://pypi.python.org/pypi/grokproject>`_ instead.
+
+
 Running the demo applications
 -----------------------------
 
 You can start Zope with the demo applications installed with the
 following command:
 
-    $ bin/zopectl fg
+    $ bin/paster serve parts/etc/deploy.ini
 
 If you now connect to port 8080 and log in with username 'grok',
 password 'grok', you should be able to add the grok-based applications
@@ -58,6 +63,21 @@
 ----------------------------
 
 Grok's tutorial documents for the website can easily be generated
-using the following script in ``bin``:
+using the following scripts in ``bin``::
 
-    $ bin/grok2html /path/of/output/directory
+    $ bin/grokdocs2html
+
+The output is by default written to ``build/html/``.
+
+Run::
+
+    $ bin/grokdocs2html -h
+
+to get all options supported.
+
+With::
+
+    $ bin/grokdocs2latex
+
+you get LaTeX output which can be used to generate PDF docs. This
+requires a working LaTeX installed on your system.



More information about the checkins mailing list