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

From Earlham CS Department
Jump to navigation Jump to search
Line 1: Line 1:
== Locations ==
+
Both versions of the department's website run off [[Servers:Quark|Quark]].
* The department's website runs off [[Servers:Quark|Quark]].
+
 
* The live copy is located at <code>/clients/www</code>
+
=== Staging ===
** The html itself and the root for the website is located at <code>/clients/www/html</code>
+
The staging server can be accessed at staging.cs.earlham.edu.  This contains a copy of everything on the website and everything that's currently being worked on.  We'll use this as a place to make changes before we commit them to going live.  '''Note:''' This is the only place that you should make changes to the pages!!
* This is automatically copied over from CVS:
+
 
** CVS for the website is located at <code>/clients/users/cvs/html</code>
+
=== Live ===
** Committing to CVS will automatically cause the changes to be copied to <code>/clients/www/html</code>
+
 
  
 
== Using CVS ==
 
== Using CVS ==

Revision as of 14:11, 21 January 2009

Both versions of the department's website run off Quark.

Staging

The staging server can be accessed at staging.cs.earlham.edu. This contains a copy of everything on the website and everything that's currently being worked on. We'll use this as a place to make changes before we commit them to going live. Note: This is the only place that you should make changes to the pages!!

Live

Using CVS

Note: When running any CVS 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' if you're only going to use the one that contains the content.