In the first and second labs, you learned that any files you wished to save had to be stored on your UNIX Account. You used FTP to transfer all of these files at the end of the lab.
This week, it is even more important that you save your files there. Once you have created your web page, in order to make it viewable to the world, you must place it in a special "public_html" directory on your UNIX account. But instead of transferring all of your files there at the end of the lab, we're going to show you how to save them there as though your UNIX account were just another hard drive (like C).
A network drive is a disk drive that acts as though it is part of your computer when really it is located in some other computer on the network. This is a useful thing because it allows you to store all of your files on one system, and then access them from many different places around campus (including a computer in your room) by mapping a network drive to their location.
If you are in the EQUAD lab you may not need to do this. To see if you do, click on the "My Computer" icon and check if your username appears in the list; the entry will look something like username on 'smbserve' (H:). If it is, you can skip this section. Confused? Ask a friendly TA.
Follow these steps to map your UNIX account as a network drive:
\\smbserve\usernamereplacing username with your username.
If everything worked correctly, you should now be able to access your UNIX account as though it were just another disk drive on your computer. Move on to the next section to set up directories for this lab.
Now you need to set up a "public_html" directory if you do not already have one. These instructions will help you do so:
Finally, you will need to make your directories accessible to the world. Follow these steps to do so (don't worry if you don't understand the commands):
Now you're ready to start writing web pages. Move on to the next section for a brief introduction to Web authoring and HTML.
PREVIOUS | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | NEXT |