Вы находитесь на странице: 1из 1

IMPLANTACION APLICACION WEB. NOTAS.

Cando instalo windows server 12, se se instala en modo de comandos, para pasar ao entorno
gráfico, hai que arrincar o powersehll e logo escribir:

Install-WindowsFeature Server-Gui-Mgmt-Infra, Server-Gui-


Shell -Restart
https://windowserver.wordpress.com/2012/05/02/windows-server-2012-demostracion-server-core-
o-server-full-gui-ambos/

XUBUNTU.
Instalacion de XAMP:
sudo apt-get install apache2
sudo apt-get install php5 libapache-mod-php5 php5-cli
sudo apt-get install mysql-server php5-mysql

UTILIZANDO tasksel

sudo apt-get install tasksel

sudo tasksel

Instalaar as guest aditions en xubunto 16

sudo apt-get update


sudo apt-get install virtualbox-guest-dkms

sudo apt-get install virtualbox-guest-additions-iso

netstat -ltn para sacar onde estan os portos abertos.. tcp

Executar un arquivo .run en xubuntu:

Dar permisos e executar:

sudo chmod 755 xampp-linux-x64-1.8.3-5-installer.run

E executámolo
sudo ./xampp-linux-x64-1.8.3-5-installer.run

Вам также может понравиться