Задача - поставить
Жиру.
Ставим мускуль, жаву, томкат
apt-get update
apt-get install mysql-server
apt-get install sun-java6-jre
update-alternatives --config java
java -version
apt-get install tomcat6
sh /usr/share/tomcat6/bin/statup.sh
Проверяем что установлено:
dpkg --get-selections | grep sun-java
dpkg --get-selections | grep apache
dpkg --get-selections |
(
Read more... )