Installation in 5 minutes
Use this variant as a play-zone, where security and performance does not matter.
- Language
-
Deutsche Version
- News
- 08/27/2010 Preview of Version 3.4
- 07/13/2010 Version 3.3.47 released
- 05/28/2010 Version 3.3.45 released
- 05/09/2010 PF at Google code
- 05/03/2010 English web site
- 04/30/2010 Easy to develop
- 04/25/2010 Maven repository
- 04/19/2010 projectforge.org BETA
- Quick links
- Home
- Demo system
- Downloads
- Micromata labs
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.):
- Copy the data base driver Hypersonic (Downloads) into the Tomcat lib directory.
- Create sub-directory apache-tomcat/webapps/ProjectForge and unzip ProjectForge-...zip here.
- Uncomment both security-constraint blocks in the WEB-INF/web.xml file or delete them. (<!--<security-constraint>....</security-constraint>-->)
- Re-start Tomcat.
- Call web side http://localhost:8080/ProjectForge/.
- Login as user "initialize" with the password "empty". ProjectForge creates a new user "admin" with the password "manage".
- 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.