Kahuki Webmaster Forum and Discussion Community  

Go Back   Kahuki Webmaster Forum and Discussion Community > Website Development & Management > Webdesign & HMTL

Webdesign & HMTL Here you can post all your questions regarding Webdesign, HTML, CSS or DHMTL.



Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-15-2006, 10:40 PM
Member
 
Join Date: Dec 2006
Posts: 71
Basher is on a distinguished road
Easily install wordpress and Apache, MySQL, PHP in Ubuntu?

How can I do this? HELP! I am new to linux.

Reply With Quote
  #2 (permalink)  
Old 07-15-2006, 10:44 PM
Rookie
 
Join Date: Jan 2006
Posts: 6
Mickey123 is on a distinguished road
Easy is a relative term. You'll find that Ubuntu's apt-get command greatly simplifies the process of installing software packages on Linux. On some distros, the same process can be a real nuisance.

However, even with the help of apt-get, you will still face a fair amount of work to get all of those pieces configured and talking to each other.

Best of luck to you on your project.

Reply With Quote
  #3 (permalink)  
Old 07-15-2006, 10:56 PM
Rookie
 
Join Date: Sep 2005
Posts: 3
perditareyes is on a distinguished road
It's very easy.

Go to the following menu item:
System --> Administration -->Synaptic Package Manager

Use the update or refresh button to make sure everything on the list is up to date.

Then search for "apache", "php", and "MySQL". Choose apache2, php5, and mysql-server. You might also need some other packages like php5-mysql or php5-mysql.

See the MySQL web site for post-installation tasks like securing it. Same with Apache. If you don't want the external world to be able to connect to Apache, use a search engine to find how to deny access to external computers with Apache.

The easy way to turn on/off Apache and MySQL is through the menu: System --> Administration --> Services. You can also do it at the terminal.

Use a search engine to get answers to a lot of questions. Many people ask similar questions about these things and if you type your question into a search engine in simple language, you will find pages with the answers.

Sorry, forgot to mention how to install WordPress. You need to setup MySQL with the post-install configurations as described in the mysql link below. After everything is installed, make a directory on your computer at the following location with these commands in the terminal:
$ cd /var/www
$ sudo mkdir mywebsites
$ cd mywebsites

Decompress the downloaded WordPress files and put them in your new directory here:
/var/www/mywebsites/wordpress

Then go to your browser and access your server at this address: localhost/mywebsites/wordpress

You may need to change the permissions in your "mywebsites" directory to be able to view it in your browser. Use the search engines to find a tutorial on Unix file permissions if you don't know what that means. Also consult the WordPress Codex for installation instructions. They have a WordPress forum there also.

Screenshot of Synaptic on Ubuntu also shown below.

If you get stuck, feel free to email me.

Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Please help me to install Apache Server ? #cash Web Hosting 2 05-20-2007 09:34 PM
PHP & Apache installed on Linux, but PHP is not running on Apache. Am i need to install any rpms? cutereems PHP 1 10-04-2006 06:05 AM
How do i install PHP-Nuke on mac os x. MySQL,PHP5,Apache is installed and working. Step by Step for a newbie? milanH PHP 3 09-14-2006 02:29 PM
How to install Apache Server? Lokesh Web Hosting 3 08-11-2006 03:45 PM
How do I upgrade CPanel, PHP, and MySQL, as well as install Python on a Linux server? kiran Web Hosting 2 12-21-2005 12:37 AM


All times are GMT. The time now is 06:18 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0