Welcome our webmaster and SEO forum
Please enjoy the forum, contribute what you can, and wind up the Moderators!
+ Reply to Thread
Page 1 of 5 1 2 3 ... LastLast
Results 1 to 10 of 44

Thread: How to install a blog?

  1. #1
    funkypilchard is offline Senior Member funkypilchard is on a distinguished road
    Join Date
    Apr 2007
    Posts
    114

    Default How to install a blog?

    Hello I thought it best to post here due to my severe lack of programming skills.

    Hopefully this will be really useful to other beginners too.

    I wish to install Wordpress blog. I have some basic questions if anyone has the time to help.

    1. should my blog look like this once it is installed www. mywebsite.com/blog

    2. where it says "fill in your database connection details." in the blog readme, I have the following code:

    <?php
    // ** MySQL settings ** //
    define('DB_NAME', 'wordpress'); // The name of the database
    define('DB_USER', 'username'); // Your MySQL username
    define('DB_PASSWORD', 'password'); // ...and password
    define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value

    // You can have multiple installations in one database if you give each a unique prefix
    $table_prefix = 'wp_'; // Only numbers, letters, and underscores please!

    // Change this to localize WordPress. A corresponding MO file for the
    // chosen language must be installed to wp-includes/languages.
    // For example, install de.mo to wp-includes/languages and set WPLANG to 'de'
    // to enable German language support.
    define ('WPLANG', '');

    /* That's all, stop editing! Happy blogging. */

    define('ABSPATH', dirname(__FILE__).'/');
    require_once(ABSPATH.'wp-settings.php');
    ?>


    What would my database connection details be and where would I place them in the above code? do I need to create a mysql database from my control panel first?

    3. It then tells me to "upload everything" should I create a new directory on my webspace like /new (blog) folder/ and just drag all of the contents out of the unzipped wordpress folder into the folder on my webspace called /blog/ via ftp.

    Thanks in advance. (sorry for being so basic)

  2. #2
    dhscott's Avatar
    dhscott is offline Senior Member dhscott is a jewel in the rough dhscott is a jewel in the rough dhscott is a jewel in the rough dhscott is a jewel in the rough
    Join Date
    Mar 2007
    Posts
    116

    Post Installing Wordpress

    If you have a host which uses cPanel, you can use Fantastico to install Wordpress quickly and easily.

    If you don't have cPanel with Fantastico, follow this guide: Installing Wordpress
    X-8 Link Bidders, Ad Auctions & Bid for Position - Add your sites for as little as Ł1!

  3. #3
    Join Date
    Mar 2007
    Posts
    38

    Default

    If you can't install using the Codex Tutorial I will be happy to install it for you

  4. #4
    funkypilchard is offline Senior Member funkypilchard is on a distinguished road
    Join Date
    Apr 2007
    Posts
    114

    Default

    hey thanks guys.. I do have cpanel, I will have a look at fantistico and if I get stuck I may come back to you

  5. #5
    funkypilchard is offline Senior Member funkypilchard is on a distinguished road
    Join Date
    Apr 2007
    Posts
    114

    Default

    ok I looked at Fantastico and although very comprehensive it is also quite costly so I will try myself first using codex, one question I am using ZipDeploy to upload the files to my web space.

    My computer runs windows xp but the cpanel on the web space is linux, should I download the windows version or linux version? thanks

  6. #6
    Bagi Zoltán's Avatar
    Bagi Zoltán is offline Boss Cart consultant Bagi Zoltán has much to be proud of Bagi Zoltán has much to be proud of Bagi Zoltán has much to be proud of Bagi Zoltán has much to be proud of Bagi Zoltán has much to be proud of Bagi Zoltán has much to be proud of Bagi Zoltán has much to be proud of Bagi Zoltán has much to be proud of
    Join Date
    Feb 2007
    Location
    Veszprém, Hungary
    Posts
    1,225

    Default

    All you need in order to succesfully install a word press is 4 data:
    database name, database username, db password and the database host. In general the hosting providers send this information when they set up the user's account. If you don't have the you should request again. I don't really know cp but it's possible that you will find those info there as well. If you have them you should open the wp-config-sample.php file for editing. Set the data

    ('DB_NAME', 'yourdatabasenamecomeshere'); // The name of the database
    define('DB_USER', 'yourdatabaseusernamecomeshere'); // Your MySQL username
    define('DB_PASSWORD', 'yourdatabasepasswordcomeshere'); // ...and password
    define('DB_HOST', 'yourdatabasehostcomeshere') /it's usually localhost.

    As the next step you should save this file as wp-config.php. After finishing with it copy the content of the packaging directory via ftp to your server. Copy only the contant without the directory.

    The last step will be installing by running the yourdomain.com/wp-admin/install.php file in your browser. Follow the steps and you will be happy

  7. #7
    funkypilchard is offline Senior Member funkypilchard is on a distinguished road
    Join Date
    Apr 2007
    Posts
    114

    Default

    thanks both, this place is extremely useful

  8. #8
    funkypilchard is offline Senior Member funkypilchard is on a distinguished road
    Join Date
    Apr 2007
    Posts
    114

    Default

    Quote Originally Posted by Bagi Zoltán View Post
    All you need in order to succesfully install a word press is 4 data:
    database name, database username, db password and the database host. In general the hosting providers send this information when they set up the user's account. If you don't have the you should request again. I don't really know cp but it's possible that you will find those info there as well. If you have them you should open the wp-config-sample.php file for editing. Set the data

    ('DB_NAME', 'yourdatabasenamecomeshere'); // The name of the database
    define('DB_USER', 'yourdatabaseusernamecomeshere'); // Your MySQL username
    define('DB_PASSWORD', 'yourdatabasepasswordcomeshere'); // ...and password
    define('DB_HOST', 'yourdatabasehostcomeshere') /it's usually localhost.

    As the next step you should save this file as wp-config.php. After finishing with it copy the content of the packaging directory via ftp to your server. Copy only the contant without the directory.

    The last step will be installing by running the yourdomain.com/wp-admin/install.php file in your browser. Follow the steps and you will be happy
    ok.. so, I already have one database with my website which is to do with it being e-commerce, should I use these existing details or.. should I create a new database specifically for the blog and if I do should I create an Access Host: (localhost) along with password etc?

    I'm not sure what an access host is actually?

    thanks

  9. #9
    temi's Avatar
    temi is offline Facilitator temi is just really nice temi is just really nice temi is just really nice temi is just really nice temi is just really nice
    Join Date
    Jun 2003
    Location
    London, England.
    Posts
    10,304

    Default

    Nick,
    Whenever you are installing and application that needs database, you MUST create a new database for that application, so you need to create a new database for Word Press and should you install another application that needs database you need to create yet another database for that application.

    Thanks

    * Build a shopping cart for your business with eCommerce software UK
    * BossCart.com can build you a.
    Register your domain names at Velnet
    ::
    Add Eco sites to The Green Directory free of charge.
    Use LBS Free PHP Directory Script . Web Hosting Blog

  10. #10
    funkypilchard is offline Senior Member funkypilchard is on a distinguished road
    Join Date
    Apr 2007
    Posts
    114

    Default

    brilliant thanks.

+ Reply to Thread
Page 1 of 5 1 2 3 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. PR4 Real Estate - blog posts for sale - one year old blog
    By stock_post in forum Other Advertisements (Ads spaces such as banner, blogs and articles)
    Replies: 1
    Last Post: 08-23-2007, 07:44 AM
  2. Free blog install on web hosting package
    By temi in forum Web Hosting
    Replies: 0
    Last Post: 09-10-2006, 07:17 PM
  3. How to install
    By jacky820 in forum iG Shop
    Replies: 0
    Last Post: 08-23-2004, 09:04 AM
  4. Install help (:
    By mark73777 in forum iG Shop
    Replies: 0
    Last Post: 06-18-2004, 01:25 AM
  5. INSTALL :(
    By Baykus in forum iG Shop
    Replies: 0
    Last Post: 10-04-2003, 01:34 PM

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124