PDA

View Full Version : LAMP install


grantquinn
July 5th, 2006, 11:37 AM
What is the best way to install AMP after you have Ubuntu running on a Server.
is it just apt-get install apache mysql-server php5 ?

chris_andrew
July 5th, 2006, 01:10 PM
Hi,

Is there an option to do a LAMP install, when you boot the install. I seem to remember seeing something. failing that, it should be as simple as an apt-get. If you search the Ubunu 6.06 release notes, it does mention a "one step lamp" procedure. it amy be worth looking into that.

This link may help:

https://help.ubuntu.com/pdf/ubuntu/C/serverguide.pdf

The "P" can also stand for Perl/ Python.....etc

Hope this helps.

Chris.

grantquinn
July 6th, 2006, 05:04 AM
No unfortunately there is no option for LAMP install on the sparc install, thanks Grant

grantquinn
July 6th, 2006, 06:58 AM
doing "sudo apt-get install apache2 php5-mysql libapache2-mod-php5 mysql-server" works!

chris_andrew
July 6th, 2006, 03:34 PM
At the boot: prompt there is a "lamp-install" or "lamp-install-expert" option.

jpgeerets
July 6th, 2006, 04:35 PM
i also missed a lamp install option during install on sparc.

i can try it tomorrow.
normaly, when booting of cd, you can type install. at this place you can type:
"lamp-install" or "lamp-install-expert" ?

during install on a i386, lamp install was a menu option if i remember well

Jean-Paul

jpgeerets
July 7th, 2006, 02:30 AM
lamp-install doesnt work at boot prompt.

im going to try the other suggestion.

thanks!

Jean-Paul

sinaen
July 7th, 2006, 03:42 AM
i want to install a ubuntu server. but i only have a debian stable server. that is without cdrom. and i woder what the repositories is...

then i can upgrade and install lamp and other cool server-stuff

edit: and i don't have a screen to it either.

chrisfay
July 16th, 2006, 08:24 AM
Check out this how-to I wrote on installing LAMP on Ubuntu 6.06 server. It is pretty dumbed down which may be a good or bad thing.... http://www.cjfay.com/lamp.html

jpgeerets
July 25th, 2006, 08:38 AM
doing "sudo apt-get install apache2 php5-mysql libapache2-mod-php5 mysql-server" works!

yeah,
this works...
now a little apache2 config and stuff worked well.

tnx!!