Endless Paradigm

Full Version: Suggest me a good linux server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
UncertainGod Wrote:If you installed ubuntu server version you should have had the option during the install for it to automagically install the LAMP stack for you.

Alternatively you could try this;

Code:
sudo apt-get install apache2 php5 mysql-client-5.0 mysql-server-5.0 phpmyadmin libapache2-mod-php5 libapache2-mod-auth-mysql php5-mysql



EDIT: heres a guide to installing lamp on fiesty CLICK ME

tried that and got this error:

Code:
sudo apt-get install apache2 php5 mysql-client-5.0 mysql-server-5.0 phpmyadmin libapache2-mod-php5 libapache2-mod-auth-mysql php5-mysql

What error did you get?

Anyway just follow the guide I posted.
I suppose only Red Hat distros have yum?

Cause, if it has yum, all you need to do (after installing yum):

Code:
yum install php mysql php-devel php-mysql   [and so on]


I personally don't know much difference between distros cause I'm a Linux newbie...

LOL installed Lamp now

@zinga, does that mean that the linux bash is different to the what they use in red hat distros?
different distro's have different package managers and different packages available. Ubuntu is used by so many people as it's repositorys are fudgeing huge, far bigger than any other distro.

Ubuntu doesn't use yum (little bit spoon), it uses either the graphic package managers or apt-get or aptitiude (my favorite).
Pages: 1 2
Reference URL's