I am new in Ubuntu. Recently I am using Ubuntu 12.10. When I used window xp I used WordPress in XAMPP. The installation press of WordPress in windows xp on XAMPP is very simple, only copy the downloaded WordPress file on ‘htdocs’ folder and change some come on ‘wpconfig.php’, then ready to use. Now in Ubuntu 12.10, I using LAMPP, do the same process as windows xp but don’t works.
Any suggestion …
1) Run the Application “Terminal”
Type the following:
You are now in what used to be
htdocs
for XAMP2) Now type the following:
You should be able to watch Ubuntu connect and download wordpress.
3) Once downloaded type this:
You should see a file called
latest.tar.gz
in there.4) type the following:
This command will unpack the compressed file you just downloaded.
5) type this again:
You should see a directory called “wordpress”.
You will now be able to access your wordpress installation by going to
I hope this helps you.
First copy the downloaded WordPress file and paste it into desktop. The downloaded file name is assume that as ‘latest.tar.gz’
Then open ‘terminal’ and write
Now type
that unpacked the downloaded file into original file
now type
that move the ‘wordpress’ file into
/opt/lampp/htdocs
Now we done.
I found a great tutorial on installing WordPress on Ubuntu servers here http://development.solepop.com/setting-up-wordpress-on-ubuntu/.
Prerequisites:
You should have a bare-bones Ubuntu server from a hosting provider of your choice with root access. You should also have your domain mapped to the IP address of your server through DNS.
Step 1. Make sure your box has the lamp stack installed. Login as a root user in your server box and first update the packages with:
and then install lamp server:
** Make sure you have the (^) at the end
You will be prompted to provide a mysql password for the root user. Go ahead and type it in and confirm the password in the next screen.
Step 2. Setup your mysql database
You will be prompted to give your password. Insert the password that you specified from Step 1. You will then have access to the MySQL command line where you can create a MySQL database and user:
Step 3. Type in the following in order (make sure to replace with your domain address which in our case is solepop.com):
Pretty much what we did here was that we created a src folder where we downloaded the latest version of WordPress. After unzipping the installation in our src folder, we then copied all the contents from the src folder to our public_html folder. After we copied all the contents we then deleted the downloaded WordPress files from the src folder. Lastly, we gave apache the ownership of the public_html folder.
Step 4. Give the public_html folder and files the proper permissions:
Step 5. Go to your sites-enabled folder in apache2.
Step 6. Erase all the contents in the 000-default.conf file and type the following (insert your domain name for all the areas):
Step 7. Enable mod rewrite (important for permalinks to work) and restart apache.
Step 8. Go to your domain from the browser.
Click Letâs Go
step 1 http://www.solepop.com/wp-content/uploads/2015/01/Screen-Shot-2015-01-12-at-4.37.52-PM.png
Fill the database information from Step 2.
step 2 http://www.solepop.com/wp-content/uploads/2015/01/Screenii-Shot-2015-01-12-at-4.42.06-PM.png
Click Run the install.
step 3 http://www.solepop.com/wp-content/uploads/2015/01/Screen-Shot-2015-01-12-at-4.42.24-PM.png
Fill out basic info about your blog.
step 4 http://www.solepop.com/wp-content/uploads/2015/01/Screen-Shot-2015-01-12-at-4.42.39-PM.png
Installation completeâ¦
step 5 http://www.solepop.com/wp-content/uploads/2015/01/Screen-Shot-2015-01-12-at-8.27.38-PM.png
After installation, visit your domain on your browser and you should see your WordPress blog.
step 6 http://www.solepop.com/wp-content/uploads/2015/01/Screen-Shot-2015-01-12-at-8.27.53-PM.png
You can follow the following links, if you want to install the wordpress on Ubuntu:
Hopy this will help you. Thanks
Process of installation of WordPress in Ubuntu: