954,585 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

LAMP Server

l have been using WAMP,can anyone help me l need to move to LAMP

masocha
Light Poster
38 posts since Jan 2009
Reputation Points: 10
Solved Threads: 0
 

I use Fedora 10 and there is a realy good tutorial for setting up everything you need for a LAMP
http://www.howtoforge.com/perfect-server-fedora-10

samarudge
Posting Whiz
359 posts since May 2008
Reputation Points: 26
Solved Threads: 31
 

Ubuntu server. Follow the posts on this blog. http://ourserver.wordpress.com

baudday
Junior Poster in Training
99 posts since Oct 2008
Reputation Points: 10
Solved Threads: 1
 

masocha, what system do u use??
in some linux systems, setiing up a web server, especially apache in LAMP is easy... Hehe

Ya, i think you'd better to use ubuntu, it's easy... Just follow this step:
1. install apache on your system using this command

sudo apt-get install apache2

2. Restart your apache server

sudo /etc/init.d/apache2 start

3. Install your php

sudo apt-get install php5 libapache2-mod-php5

4. After all those steps done you can now install MySQL server onto your system.

sudo apt-get install mysql-server

5. You can also install phpmyadmin to make your work easier and configure it so can be called by typing http://localhost/phpmyadmin

sudo apt-get install phpmyadmin

for setting the phpmyadmin you can follow this to edit the configuration of apache:

sudo gedit /etc/apache2/apache2.conf

and put this statement into that file.

Include /etc/phpmyadmin/apache.conf


OK, Hope this can help you...

sch_bern
Newbie Poster
5 posts since Mar 2009
Reputation Points: 10
Solved Threads: 1
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You