[Erp5-report] r37854 gabriel - /erp5/trunk/utils/cloudooo/cloudooo/README

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Aug 17 04:07:59 CEST 2010


Author: gabriel
Date: Tue Aug 17 04:07:57 2010
New Revision: 37854

URL: http://svn.erp5.org?rev=37854&view=rev
Log:
update README. remove not used steps to install cloudooo

Modified:
    erp5/trunk/utils/cloudooo/cloudooo/README

Modified: erp5/trunk/utils/cloudooo/cloudooo/README
URL: http://svn.erp5.org/erp5/trunk/utils/cloudooo/cloudooo/README?rev=37854&r1=37853&r2=37854&view=diff
==============================================================================
--- erp5/trunk/utils/cloudooo/cloudooo/README [utf8] (original)
+++ erp5/trunk/utils/cloudooo/cloudooo/README [utf8] Tue Aug 17 04:07:57 2010
@@ -39,21 +39,19 @@ Create Configuration File
   
   The configuration file is used to start the application using paster.
   $ cp ./cloudooo/samples/cloudooo.conf . # Copy to current folder
-  $ cp ./cloudooo/cloudooo ./cloudooo.sh  
 
   The next step is define some attributes in cloudooo.conf:
  
     - uno and soffice path;
-    - python path;
-    - unomimemapper.py and unoconverter.py paths;# This files are created when setup.py is executed;
 
-  After setting all configuration, need pass to cloudooo script the paster and configutation file path. 
-  So, replace $CONF_PATH and $PASTER_PATH to your machine paths.
-    
 Run Application
 ===============
 
-  $ ./cloudooo.sh start
+  $ paster serve ./cloudooo.conf
+
+  or run as a daemon:
+  
+  $ paster serve ./cloudoo.conf --daemon
   
 
 Description of Daemon




More information about the Erp5-report mailing list