[Erp5-report] r37654 gabriel - in /erp5/trunk/utils/cloudooo: ./ cloudooo/samples/

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 9 13:44:12 CEST 2010


Author: gabriel
Date: Mon Aug  9 13:44:11 2010
New Revision: 37654

URL: http://svn.erp5.org?rev=37654&view=rev
Log:
update documentation. Add the steps to create the configuration file

Modified:
    erp5/trunk/utils/cloudooo/README
    erp5/trunk/utils/cloudooo/cloudooo/samples/cloudooo.conf

Modified: erp5/trunk/utils/cloudooo/README
URL: http://svn.erp5.org/erp5/trunk/utils/cloudooo/README?rev=37654&r1=37653&r2=37654&view=diff
==============================================================================
--- erp5/trunk/utils/cloudooo/README [utf8] (original)
+++ erp5/trunk/utils/cloudooo/README [utf8] Mon Aug  9 13:44:11 2010
@@ -1,13 +1,14 @@
 Install Cloudooo
 ================
-
+  
   $ python2.6 setup.py install
+  
+  Warning: you must have installed setuptools>=0.6c11 in this python.
 
- 
 Install Dependencies in Mandriva
 ================================
- $ urpmi xvfb python-setuptools # System Dependencies
- $ easy_install-2.6 zope.interface PasteDeploy PasteScript WSGIUtils psutil # Python Dependencies
+  
+  $ urpmi xvfb # System Dependencies
 
 Install OpenOffice.org
 ======================
@@ -33,13 +34,23 @@ Install OpenOffice.org
     
     The instalation is in /opt
 
+Create Configuration File
+=========================
+  
+  The configuration file is used to start the application using paster.
+  $ cp ./cloudooo/samples/cloudooo.conf . # Copy to current folder
+  
+  Next steps is:
+ 
+    - Replace the paths of UNO and soffice to OpenOffice.org path in your machine;
+    - Define the python path in python_path;
+    - Define the path to unoconverter.py and unomimemapper.py # This files are created when setup.py is executed
 
-How to use
-----------
-
-- Start the Daemon
+Run Application
+===============
 
-   ./cloudooo start
+  $ paster serve ./cloudooo.conf
+  
 
 Description of Daemon
 ---------------------

Modified: erp5/trunk/utils/cloudooo/cloudooo/samples/cloudooo.conf
URL: http://svn.erp5.org/erp5/trunk/utils/cloudooo/cloudooo/samples/cloudooo.conf?rev=37654&r1=37653&r2=37654&view=diff
==============================================================================
--- erp5/trunk/utils/cloudooo/cloudooo/samples/cloudooo.conf [utf8] (original)
+++ erp5/trunk/utils/cloudooo/cloudooo/samples/cloudooo.conf [utf8] Mon Aug  9 13:44:11 2010
@@ -33,7 +33,7 @@ document_name = test.odt
 ## OOFactory Settings
 #
 # The pool consist of several OpenOffice.org instances
-openoffice_hostname = localhost
+application_hostname = localhost
 # OpenOffice Port
 openoffice_port = 4062
 #




More information about the Erp5-report mailing list