Downloads
Download the complete installation including all available source codes.
Have a lot of fun!
- Language
-
Deutsche Version
- News
- 05/14/2013 Release 5.1
- 04/12/2013 Team calendar in 5.0
- 03/14/2013 GitHub
- 02/06/2013 Release 4.3.1
- Quick links
- Video tutorials (new)
- Screen shots
- Demo system
- Documentation
- Free Downloads
- Developer quickstart
- JIRA (issue tracking)
- Help forum (new!)
- More on Micromata labs
- ProjectForge on
- Sources on GitHub
Download the complete installation including all available source codes.
Have a lot of fun!
Community Edition
This community edition is full-featured and for free, there are no limitations!
Version 5.1
| Type | Date | Link | Size | Description |
|---|---|---|---|---|
| Windows | 2013-05-14 | ProjectForge-5.1.exe | 96MB | Standalone version ready to run for Windows (zero configuration). The web archive (war) is included. |
| MacOS X | 2013-05-14 | ProjectForge-5.1.dmg | 95MB | Standalone version ready to run for MacOS X (zero configuration). The web archive (war) is included. |
| Generic | 2013-05-14 | ProjectForge-5.1.tgz | 95MB | Standalone version ready to run for all Java capable platforms (zero configuration). Please use the included start script for correct memory settings. The web archive (war) is included. |
| WAR | 2013-05-14 | ProjectForge-5.1.war | 82MB | Complete web archive (for HTTP and HTTPS). |
| WAR | 2013-05-14 | ProjectForge-force-SSL-5.1.war | 82MB | Complete web archive which requires SSL (HTTPS). |
| Sources | Sources on Github | All sources for own development. | ||
| Documentation | 2013-05-14 | documentation | - | Html and PDF documents are contained in the web application of ProjectForge. |
Source code at GitHub
You can also check out the source code from GitHub:
https://github.com/micromata/projectforge-webapp
Java-Version
Please use an up-to-date Java version. You can download Java from: java.com/de/download/.
Own Tomcat installation
If you like to use the war version of ProjectForge in your own tomcat here you need the following additional packages. You'll don't need this if you're using the ready-to-run standalone server.
Data base drivers
Copy the required data base driver in the lib directory of your tomcat installation (apache-tomcat-6.0.14/lib).
| Driver | Jar | Description |
|---|---|---|
| HypersonicDB | hsqldb-1.8.0.7.jar | Default driver for the data base. This data base is useful for small installations and development purposes. Please choose e. g. PostgreSQL for professional usage of ProjectForge. |
| PostgreSQL | - | Please take this driver from your PostgreSQL installation. You need this driver only if you want to run ProjectForge with PostgreSQL as data-base. |
Tomcat
Please use Tomcat in version 6 (version 5 should also work). You can download a Tomcat distribution from tomcat.apache.org.
PostgreSQL
Please use this data-base for a professional usage of ProjectForge. You can download PostgreSQL for you operating system from www.postgresql.org. You need also the JDBC-driver (jar-file) for this PostgreSQL version.