UC Santa CruzInformation Technology Services

Step-by-step setup of administrative unit web pages

This page explains how to set up your administrative unit's web pages on the ITS web server. Follow the steps below to create a directory on the central server and then upload your pages to it.


1. Prior to proceeding...

  1. You must have a UCSC account and know your username and password.
  2. You should be able to write your own web pages with html or using an html editor (ie. Dreamweaver, etc.).
  3. You should have some familiarity with sftp (secure file transfer protocol).

If you are not comfortable with these recommendations, consider Departmental Web Development services.


2. Request a web directory

To house your unit web pages, request a web directory Secure so that people browsing the web can find your unit pages with either:

  http://www2.ucsc.edu/unitname/
    or
  http://unitname.ucsc.edu/ (requires permission from Public Affairs)

Once you are notified that your web directory is set up, you can either edit your web pages in place directly on the UNIX host, or upload your pages.


3. Upload your pages to the server

After you have created web pages for your unit , upload the files into the central server directory that has been created for you or edit them in place using a UNIX text editor. You must use the sftp protocol. Unsecured ftp is no longer supported at UCSC.

How to obtain SFTP software
Any ftp software that supports sftp (secure file transfer protocol) can be used to upload your files. In addition, many HTML editors have a "remote save" or "upload to server option".  Free SFTP software is also available.

Upload your files using SFTP
To connect to the server where your web pages will be stored, your SFTP software will need the following information:
 
  Host name:  sftp.ic.ucsc.edu
  User name:  UCSC ID (use your UCSC email login)
  Port Number: 22
  Authentication Method:  Password (use your email password)
  Directory: /afs/cats.ucsc.edu/www/unitname/public_html

Note:  The public_html directory already has the correct permissions set for web publishing. Be sure to place your files inside this directory

Or edit your pages in place (not recommended)
If you are familiar with UNIX, you can also edit your files in place using one of the UNIX text editors.

Login to unix.ic.ucsc.edu using your UCSC account and change your current directory to your web directory:
% cd /afs/cats.ucsc.edu/www/unitname/public_html
Any files placed in this directory will be visible to the web.

4. View your pages

View your page with a web browser set to:

http://www2.ucsc.edu/unitname/filename
or
http://unitname.ucsc.edu/filename (if a virtual host name has been approved and enabled for your unit.)

Once you have created your unit home page, you can refine it further by using any of the HTML editors you are familiar with. At any time the site administrator can edit directory permissions and other properties.


Related Services and Resources