|
| |||||||||
| Tags: karmic koala, locally, ubuntu 910, wordpress |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| 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
| ||||
| ||||
| 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
| ||||
| ||||
| 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 Code: AddType application/x-httpd-php .html Code: sudo /etc/init.d/apache2 restart Code: mysql -u root –p Code: CREATE DATABASE wdpr; Code: CREATE USER wordpressuser; Code: SET PASSWORD FOR wordpressuser = PASSWORD(“password”); Code: GRANT ALL PRIVILEGES ON wdpr.* TO wordpressuser@localhost IDENTIFIED BY ‘password’; Code: sudo gedit /var/www/wordpress/wp-config-sample.php |
|
#4
| ||||
| ||||
| 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
| ||||
| ||||
| 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
| ||||
| ||||
| 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’; |
![]() |
|
| Thread Tools | Search this Thread |
| |
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 |