Difference between revisions of "Setting up a webpage"

From Athena Wiki
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 14:38, 11 September 2017

  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