I'm trying to install LAMP with a script, without user interaction. What I'm doing:
sudo apt-get install -y tasksel
sudo tasksel install lamp-server
Tasksel then asks me to set a root mysql server password. I either want to set this programatically (perhaps with an environment variable) or leave this as an empty password, which I can change manually later.
Any ideas?
The problem started in the following way. I was using tasksel from the terminal menu that it shows when I simply do sudo tasksel. I select Lamp Server from the list and started to install all packages related to it. The problem is that by mistake my friend clicked on the termina close button and then on accept, closing the terminal and the activity tasksel was doing.
I've installed Ubuntu 12.04 LTS Precise a few days ago. I tried installing LAMP Server as I've been done in last four Ubuntu versions, simply by using these commands:
$ sudo apt-get install lamp-server^
$ sudo apt-get install phpmyadmin
First command seems to install all needed packages for LAMP to work. It installs and configures Apache Server, PHP Modules and MySQL server, all in one.
In around 15 minutes, the time it takes to install Ubuntu Server Edition, you can have a LAMP (Linux, Apache,MySQL and PHP) server up and ready to go. This feature, exclusive to Ubuntu Server Edition, is available at the time of installation.The LAMP option means you don’t have to install and integrate each of the four separate LAMP components.
Full Story
LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform that uses Linux as operating system, Apache as the Web server, MySQL as the relational database management system and PHP as the object-oriented scripting language. In this Simple tutorial we will explain you how to install LAMP SERVER on your Fedora13.
The installation of Lamp server in&n
In around 15 minutes, the time it takes to install Ubuntu Server Edition, you can have a LAMP (Linux, Apache, MySQL and PHP) server up and ready to go.
Hi guys!
I'm wondering what can I do for having a development LAMP server without explosing me to any security problems.
So I install the LAMP stuff with this command:
Code:
sudo tasksel install lamp-server^
And after I edit /etc/apache2/ports.conf and I change
Code:
Listen 80
To
Code:
Listen 127.0.01:80
to make any other computers outside my network incapable of queryin
{lang: 'en-GB'}
In around 15 minutes, the time it takes to install Ubuntu Server Edition, you can have a LAMP (Linux, Apache, MySQL and PHP) server up and ready to go.
In around 15 minutes, the time it takes to install Ubuntu Server Edition, you can have a LAMP (Linux, Apache, MySQL and PHP) server up and ready to go.