IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 5 and Version 6 of ippToPspsHeatherNotes


Ignore:
Timestamp:
May 9, 2013, 4:17:57 PM (13 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPspsHeatherNotes

    v5 v6  
    4949
    5050
    51 Gene's instructions for making new loaders:
     51=== Gene's instructions for making new loaders===
    5252
    5353{{{
     
    6363}}}
    6464
     65=== Heather's slightly modded method for making new loaders===
     66
     67on each machine, we do these:
     68
     69* setting up a new machine
     70  * add the dvo user account to mysql:
     71    * grant all on *.* to dvo@"localhost" identified by 'dvo';
     72* grant all on *.* to dvo@"%.ifa.hawaii.edu" identified by 'dvo';
     73
     74if that has been done, we need to drop and setup the new ipptopsps_scratch database. It can be done like this (on each machine):
     75
     76{{{
     77mysql -h localhost -u dvo -pdvo -e "drop database ipptopsps_scratch"
     78mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_scratch"
     79ippjython setupScratchDb.py
     80}}}
     81
     82* add entries in ippToPsps/config/settings.xml
     83
     84------------------
    6585
    6686It all worked fine for ipp063 until I encountered ippjython stuff - that was not installed as ippToPsps is not compiled by default. How annoying.