
Then we download the files and extract them there. Now that we have logged in to our SSH server, we need to go to the correct directory where we want to set up our blog. After logging in, you will see something like this: the shell command prompt where you will be typing all your commands from now on. If your host allows SSH over default port 22, you can omit -p and 22 in the above command otherwise, substitute 22 for your host's SSH port number. The -p switch tells it to use port number 22. Using Any Other SSH Client or Mac TerminalĮnter the following command in your Terminal client to connect to your site's command-line over SSH: ssh -p 22 Press Enter after you've typed your password, and you will be logged on. Note here that while you are typing your password, you won't see it being typed on the screen. Next time, you can always load the session by selecting your site and clicking Load. You can even save your site settings by entering a name in the Saved Sessions box and by pressing Save. Open PuTTY and enter your domain name in the box named Host name (or IP address) and enter the port number used to connect to SSH under Port, and then click Open.
Wget command not found mac install#
Before we move ahead, please make sure your host offers the Bash shell because our commands are configured for that.Īt the end of this article, we'll also go through the WP-CLI tool, which is an even easier way to download and install WordPress via the command line. If you are running on Windows, go for PuTTY, and if you are on Mac, you can use Mac's built-in Terminal or iTerm 2. You do everything via a single command-line interface. The big advantage is that you don't need to visit different sites, and you don't need to do any uploading or open any control panels.

Nowadays, most hosting plans offer an SSH command-line facility, so you should definitely consider the SSH method to download and install WordPress on your server. In this post, I'll show you a faster and more reliable way-with the shell over SSH.


There is nothing wrong with that, but it's not foolproof to say the least. Or you can do it by using the Fantastico or SimpleInstall utilities available via your host's control panel.
Wget command not found mac zip#
Installing WordPress often takes a lot of steps: downloading and uncompressing a zip file, uploading files to the server, and setting up the database and config.
