Skip to content

Instantly share code, notes, and snippets.

@alokedesai
alokedesai / How to host a website on cs.pomona.edu.md
Last active December 11, 2015 21:44
How-to Host a Website on cs.pomona.edu

Host a Website Using the Pomona CS Server (Courtesy of Noah Mulfinger)

Quick Setup

  1. ssh into project2.cs.pomona.edu by doing ssh {your_username}@project2.cs.pomona.edu
  2. cp /home/nmulfinger/make_website.sh .
  3. ./make_website.sh
  4. There should now be an index.html file within /home/{your_username}/www that is served every time you visit cs.pomona.edu/~{your_username}