Skip to content

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

Notifications You must be signed in to change notification settings

scwu/html_tutorial_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published