Commit be2c867b authored by Gabriel Monnerat's avatar Gabriel Monnerat

update README. remove not used steps to install cloudooo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@37854 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent da17c136
......@@ -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
......
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