]project-open[ : @This Wiki
Portrait

Welcome, Unregistered Visitor

Contents

User Profiles

4 registered users
 in last 24 hours

Mac OSX

The Mac OSX installation instructions for ]project-open[ will be available soon. Meanwhile you can follow this quickly put together instructions to get you started.


You can install the basic system following the OpenACS instructions at http://openacs.org/xowiki/openacs-system-install-osx-macports

Once you reach "Checkout the OpenACS code" you need to get the ]project-open[ code like this:

cd ~/Sites/yourserver
wget http://downloads.sourceforge.net/project/project-open/project-open/V3.4/project-open-RHEL5-3.4.0.beta2.tgz
tar xfz project-open-RHEL5-3.4.0.beta2.tgz

# Load Projop database

createuser -a -d projop
createdb --owner=projop projop -E UTF-8
createlang plpgsql projop
psql projop -f filestorage/backup/pg_dump.project-open-v34.projop.20091026.203522.sql
psql projop -f packages/intranet-search-pg/sql/postgresql/intranet-search-pg-drop.sql
psql projop -f packages/intranet-search-pg/sql/postgresql/untsearch2.sql
psql projop -f packages/intranet-search-pg/sql/postgresql/tsearch2.8.2.7.sql
psql projop -f packages/intranet-search-pg/sql/postgresql/intranet-search-pg-create.sql

Then continue with the documentation at http://openacs.org/xowiki/openacs-system-install-osx-macports and replace ${server} with "projop", which should get you going. 

 

 

If you run into any issues you can contact Malte Sussdorff at malte.sussdorff at cognovis.de for instructions. Please include "]project-open[ on Mac OSX" in your mail header. And please be patient as replies might take more than a day. 

References