/inc/pf/img/header.jpg

Installation in 5 minutes


Use this variant as a play-zone, where security and performance does not matter.


Use this variant as a play-zone, where security and performance does not matter.

without https, small data base

Java 1.6 and Tomcat 6.x are already installed. Afterwards you can follow the following steps under Unix (Linux, Mac OS X etc.):

  1. Copy the data base driver Hypersonic (Downloads) into the Tomcat lib directory.
  2. Create sub-directory apache-tomcat/webapps/ProjectForge and unzip ProjectForge-...zip here.
  3. Uncomment both security-constraint blocks in the WEB-INF/web.xml file or delete them. (<!--<security-constraint>....</security-constraint>-->)
  4. Re-start Tomcat.
  5. Call web side http://localhost:8080/ProjectForge/.
  6. Login as user "initialize" with the password "empty". ProjectForge creates a new user "admin" with the password "manage".
  7. Finished.

Optional more memory:

apache-tomcat/bin/setenv.sh:

export JAVA_OPTS="-Duser.timezone=UTC -Xmx512m -XX:PermSize=96m -XX:MaxPermSize=192m -Djava.awt.headless=true"

Further informationen

For more detailed information visit: AdministrationGuide.