Difference between revisions of "Content:CS Dept Site Setup"

From Earlham CS Department
Jump to navigation Jump to search
(Using CVS)
Line 8: Line 8:
  
 
== Using CVS ==
 
== Using CVS ==
 +
''Note:'' When running any of these commands, you'll need to specify <code>-d /clients/users/cvs</code> to specify which cvsroot you're talking about. 
 +
 +
Otherwise you can also put a line in your .bashrc file like this: <code>export CVSROOT='/clients/users/cvs'
 +
 +
=== Checking Out ===
 +
When you're checking out a part of the branch with CVS, be sure to specify that part.  It should always start with 'html' if you're working with the website content.  Some of the important directories are here:
 +
 +
* <code>pages</code>
 +
* <code>projects</code>
 +
* <code>css</code>
 +
* <code>images</code>
 +
* <code>contentadmin</code>

Revision as of 15:22, 12 January 2009

Locations

  • The department's website runs off Quark.
  • The live copy is located at /clients/www
    • The html itself and the root for the website is located at /clients/www/html
  • This is automatically copied over from CVS:
    • CVS for the website is located at /clients/users/cvs/html
    • Committing to CVS will automatically cause the changes to be copied to /clients/www/html

Using CVS

Note: When running any of these commands, you'll need to specify -d /clients/users/cvs to specify which cvsroot you're talking about.

Otherwise you can also put a line in your .bashrc file like this: export CVSROOT='/clients/users/cvs'

Checking Out

When you're checking out a part of the branch with CVS, be sure to specify that part. It should always start with 'html' if you're working with the website content. Some of the important directories are here:

  • pages
  • projects
  • css
  • images
  • contentadmin