codejoust / html_tutorial_example

For the WiCS HTML/CSS/JS tutorial - we will be creating an imitation about.me page Download images(http://goo.gl/6Etww) and view the slidedeck at tutorial.clarawu.com/slidedeck

Home Page:tutorial.clarawu.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Directions for deploying to your UPenn site

  1. scp your files to eniac scp -r directory_from/ {pennkey}@eniac.seas.upenn.edu:

  2. ssh into your upenn account ssh {pennkey}@eniac.seas.upenn.edu

  3. Create an html directory in your home directory: mkdir ~/html

  4. Move all files from folder you moved to html folder: mv /directory_from/* html/

  5. Make sure the permissions on both your html and home directory allow world excecution: chmod a+x ~/ ~/html

  6. Once the pages are in your new directory, make sure the files are world readable: find ~/html -type d -print | xargs chmod a+rx find ~/html -type f -print | xargs chmod a+r

About

For the WiCS HTML/CSS/JS tutorial - we will be creating an imitation about.me page Download images(http://goo.gl/6Etww) and view the slidedeck at tutorial.clarawu.com/slidedeck

tutorial.clarawu.com


Languages

Language:JavaScript 56.1%Language:CSS 43.9%