Diferència entre revisions de la pàgina «Desplegament d'aplicacions web»
Salta a la navegació
Salta a la cerca
(Es crea la pàgina amb «Continguts per l'assignatura de DAW M8 Desplegament d'aplicacions web. Per seguir el curs és interessant (si no imprescindible) utiltizar un servidor públic. És molt …».) |
|||
Línia 4: | Línia 4: | ||
== UF1: Servidors web i de transferència de fitxers == | == UF1: Servidors web i de transferència de fitxers == | ||
− | * [[Apache2 en GNU/Linux]]. Configura el | + | |
+ | Introducció: | ||
+ | * [[Exercici SSH]]: la base per treballar amb servidors remots | ||
+ | * [[AWS: Amazon Web Services]]: configura el teu VPS (Virtual Public Server) | ||
+ | |||
+ | Servidor web Apache: | ||
+ | * [[Apache2 en GNU/Linux]]. Configura diversos dominis en una màquina (virtual hosts). | ||
+ | * Autenticació Apache | ||
+ | * SSL (Secure Socket Layer) i certificats: [http://www.cacauet.org/alumnes/index.php/Certificats_Autofirmats_amb_Apache2_i_openSSL Certificats autofirmats] | ||
+ | * [[Apache i DNIe]]. Ens caldrà habilitar el servidor HTTPS i crear els certificats. | ||
+ | Apache i Python (WSGI): | ||
+ | * Apache i WSGI: http://code.google.com/p/modwsgi/wiki/InstallationInstructions | ||
+ | * Configurant WSGI: http://code.google.com/p/modwsgi/wiki/QuickConfigurationGuide | ||
+ | * Integració de Apache WSGI i Pylons: http://code.google.com/p/modwsgi/wiki/IntegrationWithPylons | ||
+ | |||
+ | Servidors de transferència de fitxers: | ||
* [[FTP en GNU/Linux]]. Habilita el servei de FTP. | * [[FTP en GNU/Linux]]. Habilita el servei de FTP. | ||
− | * | + | * VSFTPD: Very Secure FTP Daemon |
+ | * PROFTPD | ||
+ | |||
+ | Altres servidors web: | ||
* [[IIS amb PHP]]. Habilitarem el servidor web IIS (Internet Information Services) en Windows 2008 Server i habilitarem el PHP. | * [[IIS amb PHP]]. Habilitarem el servidor web IIS (Internet Information Services) en Windows 2008 Server i habilitarem el PHP. | ||
+ | * FTP en Windows 2008: | ||
+ | ** Ingerat en IIS | ||
+ | ** Filezilla Server | ||
<br> | <br> | ||
Revisió del 21:48, 9 ago 2012
Continguts per l'assignatura de DAW M8 Desplegament d'aplicacions web.
Per seguir el curs és interessant (si no imprescindible) utiltizar un servidor públic. És molt convenient fer-nos un compte de AWS: Amazon Web Services amb el que podem gaudir d'un any de servidor gratuïtament.
Contingut
UF1: Servidors web i de transferència de fitxers
Introducció:
- Exercici SSH: la base per treballar amb servidors remots
- AWS: Amazon Web Services: configura el teu VPS (Virtual Public Server)
Servidor web Apache:
- Apache2 en GNU/Linux. Configura diversos dominis en una màquina (virtual hosts).
- Autenticació Apache
- SSL (Secure Socket Layer) i certificats: Certificats autofirmats
- Apache i DNIe. Ens caldrà habilitar el servidor HTTPS i crear els certificats.
Apache i Python (WSGI):
- Apache i WSGI: http://code.google.com/p/modwsgi/wiki/InstallationInstructions
- Configurant WSGI: http://code.google.com/p/modwsgi/wiki/QuickConfigurationGuide
- Integració de Apache WSGI i Pylons: http://code.google.com/p/modwsgi/wiki/IntegrationWithPylons
Servidors de transferència de fitxers:
- FTP en GNU/Linux. Habilita el servei de FTP.
- VSFTPD: Very Secure FTP Daemon
- PROFTPD
Altres servidors web:
- IIS amb PHP. Habilitarem el servidor web IIS (Internet Information Services) en Windows 2008 Server i habilitarem el PHP.
- FTP en Windows 2008:
- Ingerat en IIS
- Filezilla Server
UF2: Servidors d'aplicacions web
...
UF3: Desplegament d'aplicacions web
...
UF4: Control de versions i documentació
...