There are four common options for hosting your WordPress site. You can host your WordPress site on:
- A sandbox
- WordPress.org
- A web server
- A local server on your computer
Option #1. In a Sandbox
What is a Sandbox? Good question. A sandbox is a safe, isolated, testing environment that enables you to run programs or execute files without affecting your live site (or in our case, without creating a live site). Software developers use sandboxes to test new programming code. Cybersecurity professionals use sandboxes to test potentially malicious software. We are going to use this Sandbox to testdrive and learn WordPress. Spinning up a WordPress site in a Jurassic Ninja Sandbox environment has many advantages, but here the most important ones:- Pay nothing! It’s FREE & Fully Featured (you can install plugins or themes, write posts, change up settings, etc)
- Spin up a site super easily (literally is 3 steps and a few minutes)
- Access the site from anywhere because it’s cloud based
- Download nothing onto your local networks or computers
- Relocate your sandbox site to a hosting company later very easily (using help such as the Duplicator plugin)
- Go to https://jurassic.ninja/ .
- Click the “Create” button.
- Wait a few minutes while your WordPress site is being created.
- Click “The new WP is ready to go, visit it!” text link.
- Hover over “Bewildered Donkey” link in the Admin bar at the top of your screen and Click “Dashboard”.
- NOTICE your custom url, user login info, and password info in the main Dashboard area (this is important information – you will need this to log back in to your site).
Option #2. On a Web Server
Hosting your WordPress site on a web server has some significant advantages:- You can access it from anywhere.
- You can easily share the site with other people if you have questions or get stuck.
- When you’re ready to launch your site, your site is already in the perfect location.
- PHP: 7
- MySQL: 5.6 or above
- Search WordPress.org Support for other people’s experiences with that host.
- Contact the hosting company’s customer support and ask what it knows about WordPress. One of our training students actually called the phone numbers of several hosts and timed their response. After all, in an emergency you don’t want to be on hold for an hour or to be talking to someone who knows nothing about WordPress.
- They are managed by WordPress experts who know exactly what WordPress sites need to run well.
- They can keep your web server up to date, which greatly increases security. Some also keep your WordPress site up to date for you.
- They provide extra features that make it easier to install and manage a WordPress site.
Option #3. On Your Computer
There are some advantages to installing WordPress on your computer. However, we do not recommend this option for beginners. It can be tempting to choose to have WordPress on your computer. Advanced users do find several useful advantages to this choice:- Working offline: You can work without an Internet connection.
- Privacy: Your WordPress site will be safe and private, accessible only to people who can access that computer.
- Free: There are no fees to pay.
- Fast: You don’t need to connect to a remote server.
- Extra installations needed: You need to download and configure special software for your computer.
- Difficult to get help: You can’t easily show it to other people and ask for help.
- Only one computer: You can access it only from the computer you used to install it.
- Need to move to launch: When you’re ready to make your site public, you need to move everything to a web server and adjust for any differences between the two locations. Moving a WordPress site is not easy for beginners.
Option #4. WordPress.com
There are two official WordPress websites: WordPress.com and WordPress.org. WordPress.com is the easier, but more basic and limited version of WordPress.org. There are some advantages to using WordPress.com. For example, the WordPress.com team will always keep your site up-to-date for you. However, there are some significant limitations to using WordPress.com. For example, you don’t have access to make any changes to the core WordPress files. Plus, although WordPress.com can be free-to-use, most of the more advanced options require you to sign up for a paid plan. For example, if you want to install any plugins or themes, it will cost you at least $25 per month. Also, it isn’t possible to use your own domain name, or to add extra features (called “plugins” in WordPress) without upgrading to a premium plan. None of this is to say that WordPress.com is a bad choice. If you want a simple site that’s easy to maintain, then WordPress.com is a great option. It’s reliable, easy-to-use and even if you pay for extra features, it’s significantly cheaper than many alternatives. About 50% of WordPress users choose WordPress.com. We have an explanation of how to set up a site on WordPress.com at this link. However, please do not use a WordPress.com account for the exercises in this book. You will not be able follow along on WordPress.com. In the rest of this book, we’re going to focus on WordPress.org, which gives you complete freedom to build the site you want.Get Help with Installing WordPress
There are three places you should go to for help if you get stuck at any point during the installation:- The WordPress Forum: It’s almost guaranteed that someone has experienced the same WordPress installation problem as you and has asked about it on the WordPress.org support forum. It’s a great place to search for solutions and ask for help.
- The WordPress documentation: There’s an official installation guide at the WordPress codex.