Installation Manuals: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
(Created page with "'''This page contains information about the installation and configuration of OpenPetra and how to update it. It is not a full list but the intention is to add to it in the fu...")
 
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''This page contains information about the installation and configuration of OpenPetra and how to update it. It is not a full list but the intention is to add to it in the future.'''
==Installing OpenPetra For The First Time==
 
We have now a script at https://get.openpetra.org that helps with setting up a test environment on recent versions of CentOS, Fedora, Debian and Ubuntu. This script is also used for setting up the demo server, and to run all the nightly tests.
 
The requirement is one of the supported Linux systems, that is not used for anything else. The recommendation is to use a dedicated virtual machine or a container just for OpenPetra.


==Installing OpenPetra For The First Time==
You also need to have installed: bash, curl, sudo, tar
===Server Installation===
'''TODO'''


===Client Installation===
to start the script, simply run as root:
'''TODO'''


===Configuring OpenPetra===
curl https://get.openpetra.org | bash -s test
====Server Configuration====
'''TODO'''
====Client Configuration====
[[Client Configuration Options in the Client.Config File]]


For production use, you should be a qualified IT person that runs the server, because the personal data of your supporters is at risk.


==Updating OpenPetra To A Newer Version==
==Updating OpenPetra To A Newer Version==
'''TODO'''


simply run:


==Updating Centrally-held Data For Your OpenPetra Installation===
/home/openpetra/openpetra-server.sh update
'''TODO'''

Latest revision as of 05:39, 30 July 2021

Installing OpenPetra For The First Time

We have now a script at https://get.openpetra.org that helps with setting up a test environment on recent versions of CentOS, Fedora, Debian and Ubuntu. This script is also used for setting up the demo server, and to run all the nightly tests.

The requirement is one of the supported Linux systems, that is not used for anything else. The recommendation is to use a dedicated virtual machine or a container just for OpenPetra.

You also need to have installed: bash, curl, sudo, tar

to start the script, simply run as root:

curl https://get.openpetra.org | bash -s test

For production use, you should be a qualified IT person that runs the server, because the personal data of your supporters is at risk.

Updating OpenPetra To A Newer Version

simply run:

/home/openpetra/openpetra-server.sh update