PrimaGIS Buildout
Up until now installing the whole software stack required to run PrimaGIS has been quit a daunting task. The number of dependencies is high and getting everything right requires a lot of work. Luckily there is now a solution to easily setting up isolated PrimaGIS sandboxes: primagis.buildout.
A buildout system allows one to make repeatable installations (including
configuration) of a group of software components. The primagis.buildout is
based on Chris McDonough's excellent buildit system. It
downloads, compiles, configures and installs a sandbox containing all the
software required to run PrimaGIS. It won't interfere with system libraries
and you can use it to install multiple sandboxes within a single system. The
buildout works currently on UNIX based platforms.
Read the primagis.buildout
wiki page for more information