LAMP Server

Reply

Join Date: Jan 2009
Posts: 9
Reputation: masocha is an unknown quantity at this point 
Solved Threads: 0
masocha masocha is offline Offline
Newbie Poster

LAMP Server

 
0
  #1
Apr 29th, 2009
l have been using WAMP,can anyone help me l need to move to LAMP
sochdeveloper
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 257
Reputation: samarudge is an unknown quantity at this point 
Solved Threads: 20
samarudge samarudge is offline Offline
Posting Whiz in Training

Re: LAMP Server

 
1
  #2
Apr 29th, 2009
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
My Blog, Life and everything that matters to me - SamRudge.co.uk

2x Macbook Pro's, 1x Mac Pro, 1x iMac, 2x Macbook's running Fedora linux - In conclusion, I hate windows =)
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 72
Reputation: baudday is an unknown quantity at this point 
Solved Threads: 0
baudday baudday is offline Offline
Junior Poster in Training

Re: LAMP Server

 
0
  #3
Apr 30th, 2009
Ubuntu server. Follow the posts on this blog. http://ourserver.wordpress.com
Reply With Quote Quick reply to this message  
Join Date: Mar 2009
Posts: 5
Reputation: sch_bern is an unknown quantity at this point 
Solved Threads: 1
sch_bern sch_bern is offline Offline
Newbie Poster

Re: LAMP Server

 
0
  #4
Apr 30th, 2009
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...
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the PHP Forum


Views: 452 | Replies: 3
Thread Tools Search this Thread



Tag cloud for PHP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC