IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of OhanaStandAlone


Ignore:
Timestamp:
Mar 4, 2010, 8:32:19 AM (16 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OhanaStandAlone

    v1 v1  
     1== Stand-Alone Ohana Installation Instructions ==
     2
     3Ohana '''can''' be installed an run stand alone, but our current build suite does not make this completely trivial.
     4
     5it has a lot fewer external library support requirements, so it would be easier to install.
     6
     7If you want to try, I recommend doing the following ($svn = https://svn.pan-starrs.ifa.hawaii.edu/repo/ipp)
     8
     9mkdir myDVO
     10cd myDVO
     11svn co $svn/trunk/Ohana Ohana
     12svn co $svn/trunk/psconfig psconfig
     13
     14enter psconfig and follow the instructions in 'INSTALL' about setting up the psconfig system (sections 1 and 2).
     15
     16enter Ohana and type 'psconfigure'.
     17
     18if you are lucky, all of the needed libraries will be installed in your system. 
     19
     20if not, you will need to check out our external libraries as well:
     21
     22svn co $svn/trunk/extlibs
     23
     24then, you can go into psconfig and use 'pschecklibs -force (library)' to install just the library of interest from our copies.