Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The next bit needs to be done for each database
    No Format
    $ su
    $ su postgres
    # createuser -A -D -P trending
    # createdb -O trending trending
    # exit
    $ exit
    
    Then follow the ISOC trending db install instructions for postgres.
  • Copy most recent LICOStrend.psql from /nfs/farm/g/glast/u25/onlineMobileRack/db/trending-dmps/ to a local directory
    No Format
    
    $ psql -U trending -h localhost -f LICOStrend.psql trending
    

...

Building ISOC rpm for LICOS

  • This takes about 10 minutes
    No Format
    
    $ cvs co -d DistTools ISOC/DistTools
    $ cd DistTools/ISOC
    $ ./makedist.sh YOUR_TAG_NAME x.y.z m
    $ rpmbuild -ta ISOC-x.y.z.tar.gz