Site Network:

Download

Project HQ comes in two flavours, stable and development. If you want to run Project HQ on your production server, with people using it on a daily basis, you need to install the stable version. If you are helping with testing or want bleeding edge features and aren't scared of crashing, you will want to install the development version.

Look at the Getting Started section of the Documentation for how to set Project HQ up.

Latest Stable Release

There are no stable releases yet.

Latest Development Release

Python easy_install-able tarball:
ProjectHQ-0.1.4dev_r202.tar.gz (for Python 2.5, 2.6, 2.7)
Source code:
ProjectHQ-0.1.4-src.tar.gz
Database upgrade scripts:
The database scripts are now in the tarballs, in
<installdir>/projecthq/model/sql

Upgrading Your Database

If you have a MySQL or SQLite database, you can run the upgrade SQL script which is found as mentioned above.

Project HQ supports any database that the SQLAlchemy Python library supports, so running the install commands should create a database on all supported servers.

Important Note on TurboMail

Currently, TurboMail is not compatible with Pylons 1.0. You can download a patched version of TurboMail: TurboMail-3.0.3.tar.gz (this is compatible with Python 2.5, 2.6 and 2.7). Install this before you install Project HQ!