Openppm 2.0 Installation Guide
Openppm 2.0 Installation Guide
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 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 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
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 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
ENJOY OpenPPM!!!