Tel: (314) 266-9321
You are here: Home / Blog / Development Sandbox / WordPress / How to Install WordPress Using SSH
Published on May 4th, 2010 by Tanner Hobin and filed under WordPress

What makes installing WordPress via SSH better than FTP or using a one-click option that most hosting providers offer? Loading WordPress using SSH is much faster than FTP, and I like the control I have over one-click options to customize the install.
At the end of the day its a matter of preference, but if you’ve ever had to load WordPress via FTP you’re in for a treat using SSH.
For this tutorial we are using putty and loading to a MediaTemple (gs).
This tutorial assumes you know enough about SSH to navigate to the directory you plan to install WordPress in.
Secure Shell or SSH is a network protocol that allows data to be exchanged using a secure channel between two networked devices. – (via Wikipedia)
How to Install WordPress Using SSH from Headway Marketing on Vimeo.
This is specific to MediaTemple (gs)
cd domains
cd {yourdomain.com}
cd html
wget http://wordpress.org/latest.tar.gz
tar xfz latest.tar.gz
After uncompressing you may notice that all files reside in the /wordpress directory. We need to move those files back a directory.
cd wordpress/
cp -rpf * ../
cd ..
Let’s remove the /wordpress directory and the compressed file since we no longer need them.
rm -rf ./wordpress/
rm -f latest.tar.gz
Pat yourself on the back, you know how to install WordPress using SSH.
If you enjoyed this post, you may want to subscribe via RSS or share this content with a friend using one of the icons below.
You may also find these similarly tagged posts interesting:
Tutorial, Video, WordPress
Hi, I found this blog post while searching for how to install WordPress on Media Temple (gs) using SSH (as I don’t trust automatic installers).
I just got a new web hosting account with Media Temple and learning how to get around things. I come from a more of cPanel background.
Thank you for writing this blog post (and creating that excellent video). It is very helpful to me.
Our eCommerce storefront was in need of a professional online marketing strategy. Headway Marketing came up with a plan and executed every element of the plan. Today, we have a much larger online presence.
— Kelley M, KelleyFurniture.com
© 2004-2012 - Headway Marketing LLC - 851 Stone Canyon Dr., St. Louis, MO, 63021 - tel: (314) 266-9321
Thank you for sharing this great installation tool, I am looking forward to using it. From your video it looks to be much faster than ftp.