Static Page Protocol: Difference between revisions

From genomewiki
Jump to navigationJump to search
Line 28: Line 28:
*These files are located in /usr/local/apache/htdocs-hgdownload (this is the path used in push requests)
*These files are located in /usr/local/apache/htdocs-hgdownload (this is the path used in push requests)
*To edit non-data files, checkout the hgdownload repository in your home directory:
*To edit non-data files, checkout the hgdownload repository in your home directory:
  cvs co hgdownload
  git clone yourlogin@hgwdev.cse.ucsc.edu:/data/git/hgdownload.git/ hgdownload
*To view these: http://hgdownload-test.cse.ucsc.edu/downloads.html
*To view these: http://hgdownload-test.cse.ucsc.edu/downloads.html
*The progression for these files is hgdownload-test (http://hgdownload-test.cse.ucsc.edu/downloads.html) --> hgdownload (http://hgdownload.cse.ucsc.edu/downloads.html)
*The progression for these files is hgdownload-test (http://hgdownload-test.cse.ucsc.edu/downloads.html) --> hgdownload (http://hgdownload.cse.ucsc.edu/downloads.html)
Line 35: Line 35:
#If the changes look good, check them in.
#If the changes look good, check them in.
#When ready to move to hgdownload, email the the cluster admins with a push request.
#When ready to move to hgdownload, email the the cluster admins with a push request.


== Files for Internal Use ==
== Files for Internal Use ==

Revision as of 22:09, 18 June 2010


Files Destined for the Round Robin and Mirrors (Public Documents)

  • Make Procedure
  1. To view your changes on http://hgwdev.cse.ucsc.edu/ on hgwdev in your /cluster/home/$usr/browser directory type: make alpha from $HOME/kent/src/hg/htdocs/
  2. If your changes look good, check them in.
  3. To have your changes that you made on hgwdev displayed on hgwbeta (http://hgwbeta.cse.ucsc.edu/ in your /cluster/home/$usr/browser directory type on hgwbeta type: make beta from $HOME/kent/src/hg/htdocs/
  4. If your changes are ready to go to the RR, then ask the cluster admins for a push request using the made files located here: /usr/local/apache/htdocs

Large Files either Destined for the Round Robin or are Linked on the Genome Wiki (These files were too large to be checked into the main htdocs repository)

  • The types of files that are located here help file examples, tutorial examples, or files that are linked to Genome Wiki.
  • The made files are located in /usr/local/apache/htdocs (this is the path used in push requests)
  • To edit these files, checkout the htdocsExtras repository in your home directory:
git clone yourlogin@hgwdev.cse.ucsc.edu:/data/git/htdocsExtras.git/ htdocsExtras
  • Make Procedure
  1. To view your changes on http://hgwdev.cse.ucsc.edu/ on hgwdev in your /cluster/home/$usr/browser directory type: make alpha
  2. If your changes look good, check them in.
  3. To have your changes that you made on hgwdev displayed on hgwbeta (http://hgwbeta.cse.ucsc.edu/ in your /cluster/home/$usr/htdocsRxtras directory type on hgwbeta type: make beta
  4. If your changes are ready to go to the RR, then ask the cluster admins for a push request.

Files Destined for hgdownload

  • These files are located in /usr/local/apache/htdocs-hgdownload (this is the path used in push requests)
  • To edit non-data files, checkout the hgdownload repository in your home directory:
git clone yourlogin@hgwdev.cse.ucsc.edu:/data/git/hgdownload.git/ hgdownload
  1. To view your changes on hgdownload-test (http://hgdownload-test.cse.ucsc.edu/) on hgwdev in /cluster/home/$usr/hgdownload type: make alpha
  2. If the changes look good, check them in.
  3. When ready to move to hgdownload, email the the cluster admins with a push request.

Files for Internal Use

  1. To view your changes on http://genecats.cse.ucsc.edu/ in this directory /cluster/home/vanessa/genecats type: make install
  2. If your changes look good, check them in.