IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 17, 2014, 12:32:26 PM (12 years ago)
Author:
eugene
Message:

merge changes (from past YEAR) into trunk

File:
1 copied

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-ops-20130712/dvodist/EXAMPLE

    r36203 r37067  
    1 scripts/mkindex.dvo.pl /data/ippc17.0/www/dvodist/www-root/LAP.3pi.PV1 "DVO Release LAP PV1 20130812" dvodist
     1
     2this directory is used to generate the dvodist web pages.  To generate a new set of pages, follow the example below:
     3
     4* make sure the new dvo copy has a valid HostTable.dat pointing at the true location for that dvo
     5
     6* copy the newest "mkdist" script to a new version, change the base name to match the new target
     7  * cd scripts; cp mkdist.LAP3pi.PV1.sh mkdist.20140621.sh
     8  * change the entries "catroot" and "catdir" to match the input and output locations
     9    (catdir is the relative location in the www directory)
     10
     11* run the new "mkdist" script (generates the many, many links)
     12  NOTE: best to run the script on ippc11 (or wherever the dvodist www server is currently located)
     13
     14* after the "mkdist" script is done, run the "mkindex.dvo.pl" script, eg:
     15  scripts/mkindex.dvo.pl /data/ippc11.0/www/dvodist/www-root/LAP.3pi.PV1 "DVO Release LAP PV1 20130812" dvodist
     16
     17* copy a Makefile from one of the older distribtions
     18
     19* modify the makefile to point at the new directories
     20
     21* add the makefile entry to the dvodist/Makefile.in, eg:
     22  add: include $(SRC-DVODIST)/3pi.20140621/Makefile
     23  add to DVODIST_DIRS: $(DIST-3pi-20140621)
     24
     25* re-run configure:
     26  psconfigure --htdocs /export/ippc11.0/www/dvodist/ --rootdir /dvodist --rootwww http://dvodist.ipp.ifa.hawaii.edu
     27
     28* run make:
     29  make dvodist-all
     30
     31* add and check-in the changes to the dvodist directory in svn
Note: See TracChangeset for help on using the changeset viewer.