...
- The next bit needs to be done for each database
Then follow the ISOC trending db install instructions for postgres.No Format $ su $ su postgres # createuser -A -D -P trending # createdb -O trending trending # exit $ exit
- 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