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

Andreas Jung andreas at andreas-jung.com
Thu Jul 9 04:34:27 EDT 2009


Log message for revision 101759:
  updated documentation
  

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

-=-
Modified: zopyx.smartprintng.server/trunk/README.txt
===================================================================
--- zopyx.smartprintng.server/trunk/README.txt	2009-07-09 08:25:19 UTC (rev 101758)
+++ zopyx.smartprintng.server/trunk/README.txt	2009-07-09 08:34:27 UTC (rev 101759)
@@ -7,14 +7,37 @@
 Installation
 ============
 
-- create virtualenv environment (Python 2.5 or 2.6)
+- create an virtualenv environment (Python 2,4, 2.5 or 2.6)::
 
-- Source installation::
+    virtualenv .
 
+- install ``repoze.bfg`` (by installing ``repoze.bfg.xmlrpc`` having ``repoze.bfg``
+  as a dependency) ::
+
     bin/easy_install -i http://dist.repoze.org/bfgsite/simple repoze.bfg.xmlrpc
+
+- install the SmartPrintNG server::
+
+    bin/easy_install zopyx.smartprintng.server
+
+- create a ``server.ini`` configuration file::
+
+    [DEFAULT]
+    debug = true
+
+    [app:main]
+    use = egg:zopyx.smartprintng.server#app
+    reload_templates = true
+    debug_authorization = false
+    debug_notfound = false
+
+    [server:main]
+    use = egg:Paste#http
+    host = 127.0.0.1
+    port = 6543
     bin/python setup.py develop
 
-- Running the server::
+- start the server::
 
     bin/paster serve server.ini 
 



More information about the Checkins mailing list