Other Useful Resources


Introduction | Text | Images | Links | Colors | Tables | Resources

So you made a web site. Now what?

If you have a Tufts Emerald account, putting your site on the internet is simple.

  1. In a telnet application, log onto your Emerald account.
  2. In your home directory, create a folder named "public_html" by typing: mkdir public_html
  3. Now, in a web browser, go to http://www.tufts.edu/~your_username. This is where the contents of your public_html folder will appear.
  4. If you see "Forbidden," you must first change the authorization of your folder. Back in the telnet application, type: chmod 775 public_html to make this folder visible to the public. If you see an empty folder, that's fine.
  5. Using an FTP application, log onto your Emerald account. Click on the public_html folder.
  6. Transfer all files that belong to your site to the public_html folder in your Emerald account.
  7. One of the files, your homepage, should be titled index.html. When a user goes to http://www.tufts.edu/~username/, they are accessing the index.html file.
  8. If you are forbidden access to any of your files, go back into the telnet application, and go into your public_html folder by typing: cd public_html. Here, change the authorization of all files by typing: chmod 775 filename, or simply chmod 775 * to change all files at once.
  9. You should now be able to view your site from any web browser!




Other web authoring tools

There are applications available that will make the web-authoring process quicker and easier. However, in many cases a page that was generated on one type of application does not work well with some browsers, and may require a good deal of "tweaking" of the source code before you can get it to look just right.




Online Resources

Exercise 7

  1. Create a public_html folder in your Emerald account.
  2. Upload your index.html file and any related files to the public_html folder in your Emerald account.
  3. Make sure you can see your webpage on a web browser.
Congratulations! You have just completed a web page!

Introduction | Text | Images | Links | Colors | Tables | Resources
© June 2001 | Thermal Analysis of Materials Processing Laboratory
Tufts University Medford, MA 02155 | Contact: Haruna Tada