Commit 0ec4384a authored by Gabriel Monnerat's avatar Gabriel Monnerat

update documentation. Add the steps to create the configuration file

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@37654 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6a61b4b2
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
---------------------
......
......@@ -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
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment