How to install WordPress on your purchased hosting plan

I just helped a friend with this and thought I’d write a quick how-to because its super easy once you know what you’re looking for. First, some basics…

Explainer

WordPress is software. Open source content management software that allows you to use any browser to write and publish content. Your content is stored in a database, in tables kinda like a spreadsheet. WordPress talks to the database every time anyone presses a button (to show a post, search, display a gallery).

If you want a URL like www.hhogan.com you’ll need to buy it from a domain name provider. It will cost around $10 per year. Then you need a place to store all the files that make up your website, a hosting provider. That will run $45 or more per year. Most reputable companies will host your website and domain name to make it easier on you to manage. Often they run specials and discounts for longer engagements. To run WordPress you need an Apache server and PHP (not IIS and anything Microsoft related). Some reputable companies include:

  • Green Geeks WordPress Hosting is my new favorite because of their stance on renewable energy and good prices.
  • wpengine.com This is a good choice because they backup and update WordPress for you (that’s managed hosting). They also have a lot of smart folks to help you out.
  • inmotionhosting.com I hear they are well reviewed, this is the one my friend was using and the install was pretty painless.
  • totalchoicehosting.com This is the company I have used for about ten years and they have been good to me.
  • wordpress.com You can pay around $!20 per year and get your own domain and managed hosting right from the source. Though you may have some small limitations on custom programming, themes, or plugins that you can use.

How To Install WordPress

Login to your hosting provider’s admin website. I get to mine by adding /cpanel to the end of my URL (hhogan.com/cpanel). There will likely be a TON of options. Keep your eyes peeled for that blue W logo under a section titled “Software” or “Installs” or “Extras”. The add on with my host is Softaculus, but I’ve seen it called Fantastico or Metropolis (I think).

softaculous

Again you may be bombarded with options… but we’re closer! That blue W is the WordPress logo, when I hover I get the install option.
installs

On the next screen you’ll need to enter some set up information.
Screenshot 2014-12-24 09.30.51

  1. This will likely stay http unless you are running an ecommerce site.
  2. You may have multiple domain names or subdomains, make sure you are installing in the right place.
  3. Leave this blank in most cases (if you are starting from scratch). If you have other files or an old WordPress site in the root of your site, installing a new WordPress will wipe those out. If you are working on your new site and dont have a local development install (WAMP/MAMP or VVV) you can develop the new site in a folder on the domain. In that case you would enter something like /dev and to “see”  your site go to http://mydomain.com/dev.
  4. You can change this to something that makes sense (like wordpress or the name of your site), especially if you have more than one WordPress install.
  5. DONT TOUCH THIS, leave it wp_.
  6. What is the name of your site?
  7. What is it for?
  8. If you are reading this post you probably arent working in a multisite environment, those can be handy but tricky.
  9. Make your username something other than admin, like your name or nickname, but hard to guess.
  10. Don’t get hacked! A good way to make memorable passwords is to use a sentence like “She ate twenty burritos in Paris” can be represented as S820biP.
  11. Make sure this is your actual email.
  12. YES! limit logins otherwise a hacker can use a bot to guess your username and password to break into your site. This also means you can lock yourself out if you forget, so write this down somewhere, maybe take a screenshot (Cmd+Shift+4 on Mac). At the very end there is usually  an option to email the login details. That’s a good way to keep track too.
  13. Hit Install and watch it  do it’s thing!

Once you get confirmation that its done, go login! There should be a link on the success page. But to login to any WordPress site you just append the URL with /wp-login.php. If you installed in a dev directory you would go to http://mysite.com/dev/wp-login.php. Now you can start publishing! Remember to keep your site up to date — WordPress and your plugins.