|
InstallationOnFedora
Installation hints for the Fedora and Redhat distributions
IntroductionThis 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
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
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