0% found this document useful (0 votes)
668 views10 pages

Openppm 2.0 Installation Guide

This document provides a 13 step guide to install OpenPPM 2.0 project management software. It requires MySQL 5.1, Java 1.6 and Apache Tomcat 6. The steps include running SQL scripts to set up the database, modifying configuration files, copying libraries to Tomcat, and deploying the OpenPPM WAR file. Once started, the guide provides 10 default user accounts with a password of "openppm" to login and begin using OpenPPM.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
668 views10 pages

Openppm 2.0 Installation Guide

This document provides a 13 step guide to install OpenPPM 2.0 project management software. It requires MySQL 5.1, Java 1.6 and Apache Tomcat 6. The steps include running SQL scripts to set up the database, modifying configuration files, copying libraries to Tomcat, and deploying the OpenPPM WAR file. Once started, the guide provides 10 default user accounts with a password of "openppm" to login and begin using OpenPPM.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

OpenPPM 2.

0 Installation Guide
Thank you for downloading OpenPPM 2.0 !! You are just a few steps away to use our new version of the product. This Quick Installation Guide will lead you through a simple 13 steps process to install OpenPPM 2.0 properly. Before you start you need to make sure that your system meets the following minimum requirements: MySQL 5.1 Java 1.6 Apache Tomcat 6

Step 1: Run theopenppm_v2.0.sqlscript in a MySQL Database

Step 2: Run the openppm_v2.0_data.sql script in the openppm schema created in the previous step.

Step 3: Create an openppm Database user with password openppm and assign privileges for the openppm schema.

If you want to change the default datasource configuration, edit the METAINF\context.xml file inside the openppm.war file and do the following modifications: Change username=openppm by username=newusername which will be the database username. Change password="openppm by password="newpassword which will be the password of the database username. url="jdbc:mysql://<ip_address>:<port>/<schema>?autoReconnect=true" where the ip_address will be theMySQL host, port will be the MySQL port and schema will be the MySQL schema created for openppm app.

Step 4: Download Apache Tomcat 6 from the following URL: http://tomcat.apache.org/download60.cgi

Step 5: Unzip the downloaded file

Step 6: Go to the apache-tomcat-6.0.35 folder

In the conf directory, Copy the jaas.configfile.

Step 7: In the bin directory, Create a setenv.* file o If using a Windows Operating System, you have to create a file named setenv.bat o If using Linux Operating System, you have to create a file named setenv.sh

In the setenv file, copy and add the following line:


set JAVA_OPTS=%JAVA_OPTS% -Djava.security.auth.login.config="%CATALINA_HOME%/conf/jaas.config"

Step 8: Copy the following 3 libraries in the Tomcat lib directory: activation.jar mail.jar mysql-connector-java-5.1.13-bin.jar

Step 9 (Optional For advanced users): By default OpenPPM comes with standard parameters and values. In this step, if necessary, The OpenPPMwebapp allow the administrator to custom and modify different parameters such as mail configuration, hide/show column, value settings, etc.. To do this open the openppm.properties file inside the WEB-INF\classes of the openppm.war file.

Step 10: Copy the file openppm.war in The Tomcat webapps directory.

Step 11: Start Apache Tomcat. To do this, run startup.bat (under Windows) or startup.sh (under Linux)

Step 12: Open a Web browser and Go to: http://localhost:8080/openppm/

Step 13: You can now login using one of these 10 default users included in OpenPPM: pmo projectManager investmentManager teamMember funcionalManager programManager resourceManager sponsor porfolioManager admin

For each user the default password is: openppm

ENJOY OpenPPM!!!

You might also like