[Checkins] SVN: zopyx.smartprintng.server/trunk/README.txt documentation update

Andreas Jung andreas at andreas-jung.com
Wed Mar 10 01:58:00 EST 2010


Log message for revision 109881:
  documentation update
  

Changed:
  U   zopyx.smartprintng.server/trunk/README.txt

-=-
Modified: zopyx.smartprintng.server/trunk/README.txt
===================================================================
--- zopyx.smartprintng.server/trunk/README.txt	2010-03-10 04:28:20 UTC (rev 109880)
+++ zopyx.smartprintng.server/trunk/README.txt	2010-03-10 06:57:59 UTC (rev 109881)
@@ -14,8 +14,9 @@
 Installation
 ============
 
-- create an virtualenv environment (Python 2.6) - either within your
-  current (empty) directory or by letting virtualenv create one for you::
+- create an ``virtualenv`` environment (Python 2.6) - either within your
+  current (empty) directory or by letting virtualenv create one for you. 
+  (``easy_install virtualenv`` if ``virtualenv`` is not available on your system)::
 
     virtualenv --no-site-packages .
 
@@ -33,7 +34,7 @@
 
     bin/easy_install zopyx.smartprintng.server
 
-- create a ``server.ini`` configuration file (and change according to your needs)::
+- create a ``server.ini`` configuration file (and change it according to your needs)::
 
     [DEFAULT]
     debug = true
@@ -49,10 +50,14 @@
     host = 127.0.0.1
     port = 6543
 
-- start the server::
+- start the server (in foreground)::
 
     bin/paster serve server.ini 
 
+- or start it in background::
+
+    bin/paster serve server.ini  --daemon
+
 XMLRPC API
 ==========
 



More information about the checkins mailing list