Setting Up Your Pages, Directories & Navigation - Locally from E300
Given the level of specificity of the requirements for your Final Project Web Pages, we've set up the basic directory structure based on the information in the Final Project Overview page, and compressed it all into the a tar file called project.tar.
This page will tell you how (and where) to download the tar file, the command to de-compress it, and what to do with the template files that will help you construct your Project-specific web pages.
Download the project.tar file into your public_html directory (public_html should be in your home directory)
- If you don't see a public_html directory in your home directory, create one.
|
Click the icon above to download the tar file
|
|
| In a terminal window, cd to your public_html directory, and decompress project.tar. |
> tar xvf project.tar |
You should see a new project directory in your public_html directory.
Move into that directory, and look at the additional directories; they are the same as those described in the Overview. |
|
| Move into one of these constructed directories (for example, the proe directory). |
|
| Take a look at the files already populating the directory; these are template files. They have navigation to your other required files built-in, but no content. Your job is to add the content that completely and satisfactorily describes your Final Project. |
|