Setting up a webpage

From Athena Wiki
Jump to: navigation, search
  1. Create a subdirectory named public_html
    • mkdir public_html
  2. Change permissions to make it readable
    • chmod +r public_html
  3. Make your home directory permissions executable
    • chmod +x .
  4. Put data in an index.html file
    • cd public_html
    • emacs index.html
  5. Visit the page at http://athena.brynmawr.edu/~yourid