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. Yet, 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 computer, and then access them from many different places around campus by mapping a network drive to their location.
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 onto 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 |