Setting up a webpage

From Athena Wiki
Revision as of 14:38, 11 September 2017 by Mrice admin (Talk | contribs) (Created page with " # Create a subdirectory named public_html #* <tt>mkdir public_html</tt> # Change permissions to make it readable #* <tt>chmod +r public_html</tt> # Make your home directory p...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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