Skip to content

angelavu/isit-web-crafts-vu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Week03-ElvenSiteStarter

by Charlie Calvert

Connecting

sshfs -o idmap=user [email protected]:/var/www/html/images /images

fusermount -u ~/images

sudo ln -s /var/www/html/images /images

diff san-diego-2015-12.md <(ssh aws-site 'cat /home/ubuntu/Documents/AllTest/san-diego-2015-12.md')

scp san-diego-2015-12.md aws-site:/home/ubuntu/Documents/AllTest/.

npm install config mkdir config

{
    "base-dir": "/home/charlie/",
    "site-dirs": [
        "Documents/AllTest",
        "Git/CloudNotes/Assignments"
    ]
}

In control.js:

loadConfig and writeConfig

On the server side, use your readFile and writeFile npm utilities.

Use a select object.

Pick the item and send it to the server.

Make webServerDir configurable. It should probably be called destinationDir.

Skip syntax highlighting

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 73.2%
  • HTML 26.2%
  • Other 0.6%