Created
July 13, 2015 19:29
-
-
Save mortenbra/5ea8594e76ea1b180164 to your computer and use it in GitHub Desktop.
Copy new homepage to Apache web server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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