Static Page Protocol: Difference between revisions
From genomewiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
*The progression of these files is: hgwdev (http://hgwdev.cse.ucsc.edu/) --> hgwbeta (http://hgwbeta.cse.ucsc.edu/) --> RR (http://genome.ucsc.edu/) | *The progression of these files is: hgwdev (http://hgwdev.cse.ucsc.edu/) --> hgwbeta (http://hgwbeta.cse.ucsc.edu/) --> RR (http://genome.ucsc.edu/) | ||
*Make Procedure | |||
* | #To view your changes on http://hgwdev.cse.ucsc.edu/ on hgwdev in your /cluster/home/$usr/browser directory type: | ||
make alpha | |||
*If your changes, look good check them in. | |||
#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 | ||
*If your changes are ready to go to the RR, then ask the cluster admins for a push request. | |||
== Files Destined for hgdownload == | == Files Destined for hgdownload == | ||
Line 22: | Line 25: | ||
*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) | ||
*Make Procedure | |||
#To view your changes on hgdownload-test (http://hgdownload-test.cse.ucsc.edu/) on hgwdev in /cluster/home/$usr/hgdownload type: make alpha | |||
#If the changes looks good check them in. | |||
#When ready to move to hgdownload, email the the cluster admins with a push request. | |||
== Files for Internal Use == | |||
*These made files are located in /usr/local/apache/htdocs-genecats | |||
*To edit this files, checkout the repository in your home directory: cvs co genecats | |||
*To view these files: http://genecats.cse.ucsc.edu/$directory | |||
*There is currently no index page so you will need to specify the directory (ie. http://genecats.cse.ucsc.edu/qa/) | |||
*Make Procedure | |||
#To view your changes on http://genecats.cse.ucsc.edu/ in this directory /cluster/home/vanessa/genecats type: make install | |||
# If your changes look good, check them in. |
Revision as of 16:33, 26 May 2010
Files Destined for the Round Robin and Mirrors (Public Documents)
- The made files are located in /usr/local/apache/htdocs (this is the path used in push requests)
- These files should only be edited in your checkout of the cvs browser repository
- To edit the files you will need to checkout your own copy of the repository in your home directory:
cvs co browser
- To view these files: http://hgwdev.cse.ucsc.edu/
- The progression of these files is: hgwdev (http://hgwdev.cse.ucsc.edu/) --> hgwbeta (http://hgwbeta.cse.ucsc.edu/) --> RR (http://genome.ucsc.edu/)
- Make Procedure
- To view your changes on http://hgwdev.cse.ucsc.edu/ on hgwdev in your /cluster/home/$usr/browser directory type:
make alpha
- If your changes, look good check them in.
- 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
- 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:
cvs co hgdownload
- 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)
- Make Procedure
- To view your changes on hgdownload-test (http://hgdownload-test.cse.ucsc.edu/) on hgwdev in /cluster/home/$usr/hgdownload type: make alpha
- If the changes looks good check them in.
- When ready to move to hgdownload, email the the cluster admins with a push request.
Files for Internal Use
- These made files are located in /usr/local/apache/htdocs-genecats
- To edit this files, checkout the repository in your home directory: cvs co genecats
- To view these files: http://genecats.cse.ucsc.edu/$directory
- There is currently no index page so you will need to specify the directory (ie. http://genecats.cse.ucsc.edu/qa/)
- Make Procedure
- To view your changes on http://genecats.cse.ucsc.edu/ in this directory /cluster/home/vanessa/genecats type: make install
- If your changes look good, check them in.