Creating a Personal Home Page on mason/osf1


(Note: Commands to be typed are in bold print!)

Important commands to know before you create your page

Creating a VERY Basic Page

  1. If you don't already have one, get an account on The Mason Cluster or the SITE Cluster. Instructions are available.
  2. Important! Make your home directory world-executable (don't forget the trailing space & period) at the system prompt.
  3. Create a public_html directory in your account:
  4. Change into this new directory.
  5. Using the pico editor, edit the file "index.html" to include the following text. You'll need to type pico index.html, hit return, and then and then type the text below. The pico editor mirrors the pine program you use for your e-mail, so the commands are the same.
     
    <HTML>
    <HEAD>
    <TITLE>My Home Page</TITLE>
    </HEAD>
    <BODY>
    Hello World!
    </BODY>
    </HTML>
    

  6. Hit control-X to save the file (you want to type Y for "yes")and give it a name (you've already named it index.html, so you can just hit return when it prompts you with "File Name to write")
  7. At the system prompt, make the file world readable (in other words, this lets other people see what you've created):

    Now invoke a WWW browser (lynx, Netscape, or Mosaic) and take a look!
    Your URL should read as follows:
    http://mason.gmu.edu/~YOUR_USER_NAME where your user name is the name you login with.

  8. If you've done everything correctly, you will see this.

Here are two "learning HTML"links:


Please send questions and suggestions to:
webmaster@gmu.edu

Last Modified on August 12, 1998