Debian

Páginas: 4 (964 palabras) Publicado: 12 de julio de 2011
DEBIAN
LAMPP es como XAMPP en Windows
1. Descargamos XAMPP desde su página oficial .

2. Descomprimimos el archivo descargado utilizando el siguiente comando:

   # tar xvfzxampp-linux-1.7.3a.tar.gz -C /opt

3. Ya tenemos XAMPP instalado en el directorio /opt/lampp .

4. Lo iniciamos con una simple orden:

   # /opt/lampp/lampp start

5. Comprobamos que funciona accediendo a ladirección http://localhost .

 Step 2: Installation
After downloading simply type in the following commands:
1. Go to a Linux shell and login as the system administrator root:
su
2. Extractthe downloaded archive file to /opt:
tar xvfz xampp-linux-1.7.4.tar.gz -C /opt
Warning: Please use only this command to install XAMPP. DON'T use any Microsoft Windows tools to extract the archive, itwon't work.
Warning 2: already installed XAMPP versions get overwritten by this command.
That's all. XAMPP is now installed below the /opt/lampp directory.
 Step 3: Start
To start XAMPP simplycall this command:
/opt/lampp/lampp start
You should now see something like this on your screen:
Starting XAMPP 1.7.4...
LAMPP: Starting Apache...
LAMPP: Starting MySQL...
LAMPP started.
Ready.Apache and MySQL are running.
If you get any error messages please take a look at the  Linux FAQ.
 Step 4: Test
OK, that was easy but how can you check that everything really works? Just type in thefollowing URL at your favourite web browser:
http://localhost
Now you should see the start page of XAMPP containing some links to check the status of the installed software and some smallprogramming examples.
start : inicia XAMPP
stop : detiene XAMPP
restart : detiene e inicia XAMPP
startapache : Inicia solo Apache con el soporte SSL(Protocolo de seguridad)
stopapache : Detiene el apache.stopssl :Detiene el apache con el soporte SSL
startmysql :Inicial solo el servidor de bases de datos MySQL
stopmysql : Detiene el servidor de bases de datos MySQL
startftp :Inicia el servidor...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Debian
  • DEBIAN
  • debian
  • DEBIAN
  • Debían
  • Debian
  • debian
  • Que es Debian

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS