Results 1 to 6 of 6

Thread: Install WordPress On Ubuntu 9.10 Karmic Koala

  1. #1
    Join Date
    Jan 2009
    Posts
    66

    Install WordPress On Ubuntu 9.10 Karmic Koala

    Hello, I am using Ubuntu 9.10 Karmic Koala on my computer. But, after installing LAMP server and mysql plus apache on my computer it is asking me to install the wordpress locally for working of them. So, if anyone knows how to install it then please give me steps regarding it. Please reply me as soon as possible.

  2. #2
    Join Date
    May 2008
    Posts
    4,570

    Re: Install WordPress On Ubuntu 9.10 Karmic Koala

    Hello, you need to visit to the internet and then use the Ubuntu 9.10 Karmic Koala help center and you will able to get the solution for it. I have got it, but as I am not using Ubuntu on my computer, I am not gettting the steps. So, just search it on internet and then you can able to solve your problem. There is step by step procedure is given.

  3. #3
    Join Date
    May 2008
    Posts
    4,345

    Re: Install WordPress On Ubuntu 9.10 Karmic Koala

    To Install WordPress On Ubuntu 9.10 Karmic Koala follow the steps below:
    Open the Terminal window and type the command below:
    Code:
    sudo gedit /etc/apache2/apache2.conf
    In your gedit add the line below to last line.
    Code:
    AddType application/x-httpd-php .html
    Save the file and restart apache with the command below:
    Code:
    sudo /etc/init.d/apache2 restart
    Now log into the MySQL command-line client:
    Code:
    mysql -u root –p
    Now create a database for WordPress to use:
    Code:
    CREATE DATABASE wdpr;
    Now create the database user:
    Code:
    CREATE USER wordpressuser;
    Give the password:
    Code:
    SET PASSWORD FOR wordpressuser = PASSWORD(“password”);
    Now provide the authority:
    Code:
    GRANT ALL PRIVILEGES ON wdpr.* TO wordpressuser@localhost IDENTIFIED BY ‘password’;
    Type exit and then type the command in new prompt:
    Code:
    sudo gedit /var/www/wordpress/wp-config-sample.php
    Done

  4. #4
    Join Date
    May 2008
    Posts
    4,831

    Re: Install WordPress On Ubuntu 9.10 Karmic Koala

    Hello, you need to make help of the terminal for installing Wordpress on Ubunut 9.10. First it is needed to download it and then you can use the setup file to install in on your Ubuntu 9.10 Karmic Koala with the help of terminal. It will automatically installed as locally. So, just install it and you will able to use the apache and my sql on your computer.

  5. #5
    Join Date
    Apr 2008
    Posts
    4,088

    Re: Install WordPress On Ubuntu 9.10 Karmic Koala

    Hello, I am using Windows xp operating system and don't know how to use the Ubuntu 9.10 Karmic Koala. But, while searching on internet I come to know that you can Install WordPress 2.8.5 Locally with the help of link below:

    Install WordPress 2.8.5 Locally On Ubuntu 9.10 Karmic

  6. #6
    Join Date
    Apr 2008
    Posts
    2,139

    Re: Install WordPress On Ubuntu 9.10 Karmic Koala

    Use the command below to install Wordpress on Ubuntu 9.10 Karmic Koala:
    Code:
    sudo gedit /etc/apache2/apache2.conf
    AddType application/x-httpd-php .html
    sudo /etc/init.d/apache2 restart
    mysql -u root –p
    CREATE DATABASE <database name>;
    CREATE USER <username>;
    SET PASSWORD FOR <username> = PASSWORD(“password”);
    GRANT ALL PRIVILEGES ON <database name>.* TO wordpressuser@localhost IDENTIFIED BY ‘password’;

Similar Threads

  1. Replies: 3
    Last Post: 28-05-2012, 03:25 PM
  2. Ubuntu 9.10 a.ka. Karmic Koala Alpha 3 released
    By Solomon in forum Operating Systems
    Replies: 1
    Last Post: 18-05-2011, 05:02 AM
  3. Ubuntu karmic Koala mouse problem
    By little-Jacqueline in forum Hardware Peripherals
    Replies: 4
    Last Post: 24-04-2010, 01:12 AM
  4. Remove Ubuntu 9.10 Karmic Koala
    By Patinux in forum Operating Systems
    Replies: 3
    Last Post: 01-09-2009, 08:06 PM
  5. Ubuntu 9.10 - The Karmic Koala Alpha 1
    By Rudra.J in forum Operating Systems
    Replies: 3
    Last Post: 14-05-2009, 09:37 PM

Tags for this Thread

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
  •  
Page generated in 1,713,955,254.60304 seconds with 17 queries