Go Back   TechArena Community > Software > Windows Software
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , ,

Sponsored Links



Install WordPress On Ubuntu 9.10 Karmic Koala

Windows Software


Reply
 
Thread Tools Search this Thread
  #1  
Old 11-01-2010
Member
 
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.
Reply With Quote
  #2  
Old 11-01-2010
Glenny's Avatar
Member
 
Join Date: May 2008
Posts: 4,550
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.
Reply With Quote
  #3  
Old 11-01-2010
JonathanD's Avatar
Member
 
Join Date: May 2008
Posts: 4,325
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
Reply With Quote
  #4  
Old 11-01-2010
Macarenas's Avatar
Member
 
Join Date: May 2008
Posts: 4,810
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.
Reply With Quote
  #5  
Old 11-01-2010
ThoMas321's Avatar
Member
 
Join Date: Apr 2008
Posts: 4,078
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
Reply With Quote
  #6  
Old 11-01-2010
chroma's Avatar
Member
 
Join Date: Apr 2008
Posts: 2,144
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’;
Reply With Quote
Reply

  TechArena Community > Software > Windows Software


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Install WordPress On Ubuntu 9.10 Karmic Koala"
Thread Thread Starter Forum Replies Last Post
Ubuntu 9.10 a.ka. Karmic Koala Alpha 3 released Solomon Operating Systems 1 18-05-2011 06:02 AM
Ubuntu karmic Koala mouse problem little-Jacqueline Hardware Peripherals 4 24-04-2010 02:12 AM
Sound issue with Ubuntu 9.10 Karmic Koala SmirnOFF Operating Systems 6 11-02-2010 07:47 PM
Remove Ubuntu 9.10 Karmic Koala Patinux Operating Systems 3 01-09-2009 09:06 PM
Ubuntu 9.10 - The Karmic Koala Alpha 1 Rudra.J Operating Systems 3 14-05-2009 10:37 PM


All times are GMT +5.5. The time now is 10:01 PM.