The point of this exercise

  1. Understand that a web server typically runs a different operating system (Unix for UD's web server). This will have implications for file names and permissions.
  2. You now have a second web presence (in addition to the WordPress blog) for the purpose of course exercises. You'll present the rest of the course exercises in one of these two locations.

Activate your UD web space

This class exercise is required to publish and share the web pages you will develop during this course. The University of Delaware's web server is called "copland" and its full address is copland.udel.edu.

1Open the Terminal program in the Applications folder and type:

ssh username@udel.edu

using your own UDelNet ID in place of "username" in the above statement. Press Enter/Return.

Type your UDelNet ID password and press Return. You are now logged into the copland.udel.edu web server.

2Even if you have already activated your web space on a previous occasion, continue following these steps so that file and folder permissions are set properly.

At the copland.udel.edu% prompt, run the following script:

source /www/htdocs/learn/usered/html-setup

Copy and paste the above command. This command is case sensitive and there is a single space between source and /www. Press Enter/Return.

3Create a web directory for the work you will be doing in this course.

Make a directory called "art307" for this course, type: 

mkdir public_html/art307

Copy and paste the above command. This command is case sensitive and there is an underscore between public and html. Press Enter/Return.


4At the copland.udel.edu% prompt, type:

exit

That's it for the UNIX oeprating system this semester!


5You have just activated your personal web space on copland, the University of Delaware's web server, and have created a web directory called public_html.

You now have an active web address with a specific folder for this course, which you can browse to:  

http://udel.edu/~username/art307

Remember the above web address for checking your web site throughout the course. It's important to note that there is no "www" in the address.

6When you are finished with this exercise, create a post at your wordpress blog and indicate the address of your web site for this course.