[Checkins] SVN: Sandbox/ulif/grok-adminui/INSTALL.txt Removed irritating dot from commands path.

Uli Fouquet uli at gnufix.de
Tue Jul 17 06:30:20 EDT 2007


Log message for revision 78056:
  Removed irritating dot from commands path.

Changed:
  U   Sandbox/ulif/grok-adminui/INSTALL.txt

-=-
Modified: Sandbox/ulif/grok-adminui/INSTALL.txt
===================================================================
--- Sandbox/ulif/grok-adminui/INSTALL.txt	2007-07-17 06:20:38 UTC (rev 78055)
+++ Sandbox/ulif/grok-adminui/INSTALL.txt	2007-07-17 10:30:18 UTC (rev 78056)
@@ -3,6 +3,8 @@
 
 Grok is installed via buildout <http://cheeseshop.python.org/pypi/zc.buildout>.
 
+You need Python2.4 to use Grok.
+
 You may have setuptools already installed for your system Python. In
 that case, you may need to upgrade it first because buildout requires
 a very recent version::
@@ -20,7 +22,7 @@
 
 and run the buildout command::
 
-    $ ./bin/buildout
+    $ bin/buildout
     [lots of stuff will be downloaded and installed locally here]
 
 Running the demo applications
@@ -28,7 +30,7 @@
 
 Start the instance:
 
-    $ ./bin/zopectl fg
+    $ bin/zopectl fg
 
 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
@@ -40,8 +42,9 @@
 Grok's tests are easily run by executing the test runner that's
 installed in the ``bin`` directory::
 
-    $ ./bin/test
+    $ bin/test
 
 For functional tests we've set up a special test instance just for
 running the test from, which includes the minimum needed ZCML (so the
 tests run a tidbit faster).
+



More information about the Checkins mailing list