Skip to content

Instantly share code, notes, and snippets.

@mortenbra
Created July 13, 2015 19:29
Show Gist options
  • Save mortenbra/5ea8594e76ea1b180164 to your computer and use it in GitHub Desktop.
Save mortenbra/5ea8594e76ea1b180164 to your computer and use it in GitHub Desktop.
Copy new homepage to Apache web server
# copy files from client to server
# adjust SSH port number, file paths, server/host name as appropriate
cd /users/yourname/projectname/website
scp -P 22 index.html root@server-name-or-ip:/var/www/html/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment