Install Wordpress in Five Minutes
The legendary WordPress five minute installation is no myth. Provided you’ve got all the tools you need to get started, you can easily have WordPress up and running on your server in five minutes or less.
This video demonstrates the quick and easy WordPress installation process. As you’ll see, I complete the installation with time to spare.
Get the Flash Player to see this player.
If you enjoyed this post, please subscribe to the RSS feed to receive future updates.
Comments
[...] has several free videos on just what I was going to show you! I really liked the title of his video “Installing WordPress (in 5 minutes or your money back)”, so I thought I’d show him some linking love and send you to his site. Besides, he’s [...]
Great vids, thanx!
After making a database called demo and installing wordpress my website gave a database error instead of the welcome screen. I did some research and there are 3 ways to fill in your database in wp-config.php (depending on your host). The 2nd one worked for me..
1) define(’DB_NAME’, ‘demo’);
2) define(’DB_NAME’, ‘yourwebsite_com_-_demo’);
3) define(’DB_NAME’, ‘username_-_demo’);
-Johan

[...] upgrades are also fairly easy (remember, WordPress is the blogging system that takes only five minutes to install). This video demonstrates the manual upgrade process and discusses some of the precautions [...]