|
Maintaining the ILC Detector Simulation Web Pages
The ILC detector simulation web pages are under
active development. These instructions will change.
These pages are maintained in Kerberized cvs.
They can be edited on any machine.
When you submit your changes to cvs, the appropriate detector simulation
web page(s) will be automatically updated on the web server within 5 minutes.
This means that you do not need direct access to the web directory.
In addition, we enourage you to use the
web page template for your web page(s).
Editing Web Pages in CVS
The cvs repository requires a valid Kerberos ticket for access.
In addition, access privileges must be granted.
If you will be maintaining ILC dettector simulation web pages, please send mail to
garren@fnal.gov
requesting access.
Access from a unix machine:
- Define CVSROOT to be
:ext:ilc@cepasrv1.fnal.gov:/home/local/ilc/ilcweb
- You will need a Kerberized ssh.
Define CVS_RSH to be either /usr/krb5/bin/rsh
or /usr/bin/ssh.
- Check that access is working with cvs co -c
This will give you a list of the modules in the repository.
- Checkout the detector simulation module:
cvs co detsim
- To create a new web page, right click on the
web page template
and choose "Save Link As...".
Rename the template and edit.
Be sure to cvs add your new file.
- Edit your file(s)
- To check your changes before commiting them, open the web page
as a local file with your preferred browser.
- Commit your changes with cvs commit
- Be sure to use cvs update before making changes
if you keep a checked-out copy of the module on your computer.
|