XAMPP PARA SOLARIS Y OpenIndiana

Vamos a ver como se instala XAMPP en Solaris y OpenIndiana.

Xammp es un paquete de Software que incluye todo lo necesario para montar un
completo servidor web, con Apache, mysql, php, phpmyadmin, openldap , webalizer, etc...

 

 

Paso 1: Descargar




RELEASENOTES
XAMPP for Solaris 1.7.7, 2011/9/20

Version

Size

Notice
XAMPP Solaris 1.7.7
SPARC x86
99 MB Apache 2.2.21, MySQL 5.5.16, PHP 5.3.8 & PEAR + multibyte (mbstring) support, Perl 5.12.1, ProFTPD 1.3.3e, phpMyAdmin 3.4.5, OpenSSL 1.0.0c, Freetype2 2.4.2, libjpeg 6b, libpng 1.2.39, zlib 1.2.5, expat 1.95.7, pdf class 009e, IMAP C-Client 2007e, OpenLDAP 2.4.23, libiconv 1.13.1, FreeTDS 0.82, libgdbm 1.8.3, libxslt 1.1.26, mcrypt 2.5.8, cURL 7.21.1, eAccelerator 0.9.6.1, Webalizer 2.21-2, libxml 2.7.7, mod_perl 2.0.4, SQLite 2.8.17 + 3.7.2
MD5 checksum:
f544c2520f53cddf20ec0dad7ea3d3eb (SPARC)
26682928215b3e9dae0a78197e6e9cfc (x86)
 

 Paso 2: Instalación

Después de descargar simplemente escriba el siguiente comando:  Ir a una consola, convertirse en root y ejecute el archivo descargado como un script de shell:
 sh xampp-solaris-1.7.7.sh 
Ahora el instalador le preguntará si desea instalar XAMPP:
Do you want to install XAMPP? 
Introduzca o simplemente pulse retorno. XAMPP se instala ahora por debajo del directorio   /opt/xampp.
 Advertencia: La ubicación recomendada para instalar XAMPP es  /opt/xampp. Cualquier otra cosa puede trabajar, también.  Pero no es seguro. (Desde 0.8.2 en adelante, XAMPP sólo instala en    /opt/xampp.)

 Paso 3: Inicie

Para iniciar XAMPP simplemente llame este comando: /opt/xampp/xampp  start  Ahora debería ver algo como esto en la pantalla:  Starting XAMPP 1.7.7... A partir XAMPP 1.7.7 ...
XAMPP: Starting Apache... XAMPP: Starting Apache ...
XAMPP: Starting MySQL... XAMPP: Arrancar MySQL ...
XAMPP: Starting ProFTPD... XAMPP: Starting ProFTPD ...
XAMPP started. XAMPP comenzó.
 Apache y MySQL se están ejecutando.

 Paso 4: Probar

Bueno, eso fue fácil, pero ¿cómo se puede comprobar que todo funciona de verdad? .  Sólo tienes que escribir en el siguiente URL en su navegador web favorito:

http://localhost http://localhost  : O si lo mirabas XAMPP como usuario normal:  http://localhost:8080 http://localhost:8080   Ahora debería ver la página de inicio de XAMPP que contiene algunos enlaces para comprobar el estado del software instalado y algunos pequeños ejemplos de programación.  

 

 

 

 Parámetros start y stop avanzada
START AND STOP PARAMETERS Parámetros start y stop
                              Parámetro                                             Descripción
start  Inicia XAMPP.
stop  Detiene XAMPP.
restart  . Detiene e inicia XAMPP.
startapache   Inicia sólo el Apache.
startssl . Inicia el soporte Apache SSL. Este comando activa el soporte SSL permanentemente, por ejemplo, si se mantendrán activados te reinicia XAMPP en el SSL futuro.
startmysql . Inicia sólo la base de datos MySQL.
startftp  Inicia el servidor ProFTPD.  Via FTP puedes subir archivos para el servidor web (usuario "nobody", contraseña "xampp").  Este comando activa el ProFTPD permanentemente, por ejemplo, si se reinicia XAMPP en el futuro FTP permanecerá activada.
stopapache  Detiene el Apache.
stopssl  Detiene el soporte Apache SSL.  Este comando desactiva el soporte SSL permanentemente, por ejemplo, si se reinicia XAMPP en el futuro SSL se quedarán desactivados.
stopmysql . Detiene la base de datos MySQL.
stopftp  . Detiene el servidor ProFTPD.  Este comando desactiva el ProFTPD permanentemente, por ejemplo, si se reinicia XAMPP en el futuro FTP permanecerá desactivado.
 Para iniciar Apache con soporte SSL simplemente escriba el siguiente comando (como root):
/opt/xampp/xampp startssl 

 También puede acceder a su servidor Apache a través de SSL bajo https://localhost.

¿Qué es ¿dónde?

What is where? ¿Qué es ¿dónde? A big question of our existens, here are some answers! Una gran pregunta de nuestros existens, aquí hay algunas respuestas! ;) ;)
IMPORTANT FILES AND DIRECTORIES ARCHIVOS Y DIRECTORIOS IMPORTANTES
File/Directory Archivo / Directorio Purpose Propósito
/opt/xampp/bin/ The XAMPP commands home. /opt/xampp/bin/mysql calls for example the MySQL monitor.
/opt/xampp/htdocsEl directorio DocumentRoot de Apache.
/opt/xampp/etc/httpd.conf The Apache configuration file. El archivo de configuración de Apache.
/opt/xampp/etc/my.cnfThe MySQL configuration file. El archivo de configuración de MySQL.
/opt/xampp/etc/php.ini  The PHP configuration file. El archivo de configuración de PHP.
/opt/xampp/etc/proftpd.conf The ProFTPD configuration file. El archivo de configuración ProFTPD.
/opt/xampp/phpmyadmin/config.inc.php The phpMyAdmin configuration file. El archivo de configuración phpMyAdmin.

 Detener XAMPP

Para detener XAMPP simplemente llame este comando:

/opt/xampp/xampp stop Ahora debería ver:  Stopping XAMPP 1.7.7... Detener XAMPP 1.7.7 ...
XAMPP: Stopping Apache... XAMPP: detención de Apache ...
XAMPP: Stopping MySQL... XAMPP: parar MySQL ...
XAMPP: Stopping ProFTPD... XAMPP: Detener ProFTPD ...
XAMPP stopped. XAMPP se detuvo.
. Y XAMPP se detiene.

 Desinstalar

Para desinstalar XAMPP sólo tiene que escribir el siguiente comando:

rm -rf /opt/xampp

Comentarios