forked from CESNET/perun
-
Notifications
You must be signed in to change notification settings - Fork 0
Requirements
Pavel Zlámal edited this page Aug 14, 2014
·
2 revisions
All instructions on this wiki expects, that Perun runs on Debian 7 with appropriet version of software from official Debian repository. You can of course have Perun to run on top of any Unix/Linux OS, if you can ensure availability of all required components and sw packages.
All further instructions expect, that all Perun's components and required software runs on the same machine.
- Unix/Linux OS (Debian 7, Ubuntu 14.04 LTS,...)
- Apache web server (2.2+)
- Tomcat (7.0.x+)
- Oracle (11+) or PostgreSQL (9.1+) database
- Java 7 (Open/Oracle)
- Perl (5.14+)
You can get most of required stuff by this command (Debian 7):
apt-get install apache2 tomcat7-admin tomcat7-user postgresql-9.1 postgresql-contrib openjdk-7-jre libswitch-perl liblwp-authen-negotiate-perl libjson-any-perl libtext-asciitable-perl libterm-readkey-perl libwww-perl libcrypt-ssleay-perl libtext-unidecode-perl libdate-calc-perl libnet-ldap-perl ldap-utils check-mk-agent
Verbose description of all used technologies and software is not purpose of this wiki. You should have at least breef knowledge of following stuff.
- Apache webserver configruation (user authentication using: certificates, identity federation (Shibboleth IDP), Kerberos).
- Basic Tomcat setting
- Oracle or Postgresql DB installation, SQL
- Basics of Bash and Perl scripting
© 2014 CESNET, CERIT-SC