Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Reference documentation: http://dspace.org/technology/system-docs/install.htmlImage Removed

See Installing DSpace on Mac OS X for an newer, less terse version.

...

  • create a user postgres - use this for your postgres install
  • create a user dspace - use this for both dspace and tomcat
  • Update java With system update (J2RE version 1.5)
  • Install xcode tools. You need it for Ant. Probably other stuff too.
  • Install tomcat5.5 http://www.bartbusschots.ie/blog/?p=201Image Removed is a good guide - just remember to use the user dspace instead of tomcat. I have only done steps one to three.
  • Install postgresql-8.1 http://www.entropy.ch/software/macosx/postgresql/Image Removed is a good guide that includes postgres prebuilt as a osx package for easy installation. (works fine for 10.4)
    Code Block
    sudo mkdir /dspace; sudo chown dspace /dspace
    

...