Lamp Image
From SOFTICE
- for testing and unstable distributions, apt-get might complain about:
WARNING: The following packages cannot be authenticated! .... Install these packages without verification [y/N]?
- solution is to do the following:
apt-get install debian-archive-keyring apt-get update
- we are using as core the core-debian.rfs from the OSC labs
- we set the dotdeb source for the latest LAMP packages http://www.dotdeb.org/mirrors
deb http://packages.tribal-dolphin.be/ stable all deb-src http://packages.tribal-dolphin.be/ stable all
- installing the following:
apt-get install debian-archive-keyring apt-get update apt-get install apache2 apt-get install php5 apt-get install phpmyadmin
- select apache, apache-perl, apache-ssl, apache2
- pick a user name for setup
apt-get install mysql-server

