My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
InstallationOnFedora  
Installation hints for the Fedora and Redhat distributions
Updated Dec 31, 2009 by h.goe...@goebel-consult.de

Introduction

This page contains some additional installation hints for installing on a Fedora or Redhat based system.

For installing the packages, simply open a console window with administration rights (a so called "root console") and paste the lines below into the console.

yum is the command-line version of the software installation center. Pasting the lines into a window is much easier than selecting the packages via the GUI :-) plus for the server you need additional Python packages which are not available via the software installation center.

For the Client

... to be written ...

For the Server

  • Fedora 10:
  • yum install python-psycopg2 mx python-lxml python-genshi PyYAML
    # needed for installing additional modules from PyPI
    yum install python-setuptools-devel
    yum install python-relatorio
    easy_install -U pycha # may take a while (NB: pycha, not PyChart)
    
    # optional dependencies
    yum install pyOpenSSL
    yum install pydot pytz python-BeautifulSoup python-vobject
    urpmi openoffice.org-writer-core openoffice.org-pyuno
    easy_install -U pywebdav openoffice-python vatnumber

Database installation

  • Fedora 10
  • yum install postgresql-server

Please refer to the appropriate documentation for more information about how to set up PostgreSQL once you installed the package.


Sign in to add a comment
Powered by Google Project Hosting