You can follow these instructions if you want to perform a manual installation of Joomla for your web site. Continue Reading
Read More »You can follow these instructions if you want to perform a manual installation of Joomla for your web site. Continue Reading
Read More »To be sure, much of the difficulty of installing WordPress has been eliminated by the Fantastico installer – a utility that is available on most hosting accounts. With Fantastico, all you need to do is answer a few prompts such as what directory to install WordPress in, and boom! – you’re done. Although I heartily recommend using it, and you may want to get on with your web marketing, I think a user should go through the manual install process at least once, to get familiar with how WordPress operates behind the scenes. Let us look at the process of installing WordPress manually:
1. Open www.wordpress.org in a browser. From there, click on the blue bar that says “download WordPress x.xx” – it will show the latest version. Right now, it is 2.8.4. (You may have to click on a second link to get it). Save this to your desktop or somewhere else convenient, and extract all files from the zip archive into a folder called “wp”.
2. Using an FTP client, connect to your domain – the hosting company will have given you the correct username and password when you signed up. Once connected, look for the “www” folder (also named “public_html”. Open this folder on the server (in the “remote” window in your FTP client) and in the “local” window, open the “wp” folder that you extracted the WordPress files into. Copy everything from “wp” into “www” and close your FTP client.
3. Log in to your domain’s Cpanel by entering www.yourdomainname.com/cpanel. Enter your username and password and scroll down until you see “MySQL databases”. Click on this and it will prompt for the name of your database. Use something short like “wp”, because it appends your username to it. Click “create database”, go back and scroll down to “Add new user”. Choose a username for your database – you can use your cpanel username and password if you wish, or a completely different one. After creating the user account, click “go back” and scroll down to “Add user to database”. Select the username and the database as above – not that your cpanel username is now stuck on the front of it. Click “add” and “all privileges” on the next screen. Then close the window – you’re done with setting up the database.
4. In your FTP client, right-click on the “wp-config-sample.php” file in the “www” folder. You need to change 3 things here – the “MySQL database name”, the “MySQL database username” and the “MySQL database password”. Just replace what’s inside the single quotes with your own details, close the file and save it as “wp-config.php”.
5. In your browser, open the address www.yourdomainname.com/wp-admin/install.php. If you get an error message here, it usually indicates that one of thenames in wp-config.php is wrong. If all is well, you will then be prompted for the blog name, and your email. Pick a name that contains all or part of your keyword, enter your email address and click on “Install WordPress”. Take note of the admin username and password on the next screen, and log in with those details.
6. You are now in the “back office” of your blog or website. This is where you add content, set up new pages and change the appearance. To see what your site looks like, click “visit site” on the top left corner. You have done it – you have installed WordPress!
Read More »