OpenPetra Installers: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
Line 6: Line 6:


# The '''Standalone installer''' installs both the client and the server on one machine, and is useful for single user installations and for demonstration and evaluation purposes. The goal is to make this installer as easy as possible.
# The '''Standalone installer''' installs both the client and the server on one machine, and is useful for single user installations and for demonstration and evaluation purposes. The goal is to make this installer as easy as possible.
** things todo: [https://apps.sourceforge.net/mantisbt/openpetraorg/search.php?category=Windows+Standalone&sticky_issues=on&sortby=last_updated&dir=DESC&hide_status_id=-2]
#The '''Client installer''' just installs the client, and configures it to connect to the correct server, which is on a different machine.
#The '''Client installer''' just installs the client, and configures it to connect to the correct server, which is on a different machine.
#The '''Server installer''' would be for organisations that prefer Windows servers over Linux servers.
#The '''Server installer''' would be for organisations that prefer Windows servers over Linux servers.

Revision as of 11:47, 2 June 2009

Overview of Installers

Please also see the website: http://www.openpetra.org/index.php?page=technical-details

Windows Installers

We are using the InnoSetup installer, which has a Pascal scripting language.

  1. The Standalone installer installs both the client and the server on one machine, and is useful for single user installations and for demonstration and evaluation purposes. The goal is to make this installer as easy as possible.
    • things todo: [1]
  1. The Client installer just installs the client, and configures it to connect to the correct server, which is on a different machine.
  2. The Server installer would be for organisations that prefer Windows servers over Linux servers.

Linux Installers

At the moment, we do not support Linux clients of OpenPetra. This is due to dependancies on third party winforms controls. If there is enough interest, replacements for those controls could be found or developed.

It would be good to support the main Linux distributions: RedHat/CentOS, Debian/Ubuntu, OpenSUSE. We already have RPM files for RedHat/CentOS, that just need cleaning up.

For the management of the server, it would be good to have a WebMin module for OpenPetra. Alternatively, we have used a text based control program called sysadm within OM, that is written with bash scripting.