Introduction to Archaeology

Anthro 304 / ARY 301 Spring 1998
Prof. Samuel M. Wilson

Department of Anthropology, University of Texas
Course homepage

Reminder Sheet -- getting started on the web

This reminder sheet assumes that you have already got your IF account validated so that you can use the machine called uts.cc.utexas.edu

It also assumes that you have the following pieces of software - Netscape Communicator or Navigator Gold, and either WS-FTP or Fetch. If you haven't got them, you can get them free from www.netscape.com or the UT-CONNECT disks. But you can also do all the things described here using other programs, like Microsoft Word for composing and Internet Explorer for browsing.

  1. Start Netscape Communicator on your computer.
  2. Open a Composer window and start typing your document
  3. Once you're happy with it, you have to move it to the web server...
  4. Open WS-FTP


  5. Here's the hard part you only have to do once:
    • For this you need to run a program called TELNET (or NCSA telnet)
    • Start the program and tell it you want to connect to host uts.cc.utexas.edu
    • Type in your UTS user name and password and get logged in.
    • Type the command "ls" to see a directory of what's there.

    (note, these instructions come from the ACITS pages on getting started )) In your login directory, create a new directory called public_html. To do so, type:

    mkdir public_html

    You will own and manage this directory. Put the files that you want to publish in this directory or in subdirectories that you create. Also, you must make your login directory group and world executable, and you must make your public_html directory group and world readable and executable by typing these commands:

    chmod go+x $HOME

    chmod go+rx $HOME/public_html

    Finally, all files that you put in public_html must be group and world readable. To makethem so, type this command in your home directory:

    chmod go+r public_html/*

  6. Now let's continue with WS-FTP
  7. Now you've loaded firsttry.html onto the UTS machine. Now it's time to see how it looks in a web browser.
  8. Get back in Netscape

SMW modified 3/97
comments to Wilson
back to class homepage