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