Commit 6a61b4b2 authored by Gabriel Monnerat's avatar Gabriel Monnerat

move and update cloudooo installation. missing describe how to create a configuration file.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@37639 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c791fe27
Install Dependencies
--------------------
System Dependencies
- Xvfb
Python Dependencies
- zope.interface
- WSGIUtils
- PasteDeploy
- PasteScript
- psutil
Instalation in Mandriva:
- urpmi xvfb
- urpmi python-setuptools
- easy_install-2.6 zope.interface PasteDeploy PasteScript WSGIUtils
Install Cloudooo
================
Instalation of Openoffice
$ python2.6 setup.py install
Was used for testing the package's official openoffice.Follow these steps to install:
- Download the package from the official site;
- unpack the tar.gz and Install;
Install Dependencies in Mandriva
================================
$ urpmi xvfb python-setuptools # System Dependencies
$ easy_install-2.6 zope.interface PasteDeploy PasteScript WSGIUtils psutil # Python Dependencies
Install OpenOffice.org
======================
Was used for testing the package's official openoffice.org. Follow these steps to install:
Download Package from the official site
---------------------------------------
x86_32
----
$ wget http://download.services.openoffice.org/files/stable/3.2.0/OOo_3.2.0_LinuxIntel_install_wJRE_en-US.tar.gz
x86_64
------
$ wget http://download.services.openoffice.org/files/stable/3.2.0/OOo_3.2.0_LinuxX86-64_install_wJRE_en-US.tar.gz
Unpack the tar.gz and Install
-----------------------------
$ tar zxvf OOo_3.2.0_LinuxX86-64_install_wJRE_en-US.tar.gz
$ cd OOO320_m12_native_packed-1_en-US.9483/RPMS
$ rpm -i *.rpm # install all packages together
The instalation is in /opt
The instalation is in /opt
How to use
----------
......
......@@ -4,13 +4,12 @@ from os.path import realpath, exists, join, dirname
from os import symlink, unlink
from shutil import copyfile
version = '1.0'
version = '1.0.1'
setup(name='cloudooo',
version=version,
description="XML-RPC openoffice document convertion server",
long_description="""\
""",
long_description=open("README").read(),
classifiers=["Topic :: System :: Networking",
"Topic :: System :: Operating System Kernels :: Linux",
"Topic :: Internet :: WWW/HTTP :: WSGI",
......
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