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 egg:
- ProjectHQ-0.1.3dev_r149-py2.6.egg (for Python 2.6)
ProjectHQ-0.1.3dev_r149-py2.5.egg (for Python 2.5) - Source code:
- ProjectHQ-0.1.3.tar.gz
- Database upgrade scripts:
- database_scripts.tar.gz
Upgrading Your Database
If you have a MySQL database, you can run the upgrade SQL script in the database_scripts.tar.gz file. There are also initial database scripts for MySQL and PostgreSQL. At this point in time there are no scripts available for SQLite.
Project HQ supports any database that the SQLAlchemy Python library supports, so running the install commands should create a database on all supported servers.
