Diferència entre revisions de la pàgina «Desplegament d'aplicacions web»

De Cacauet Wiki
Salta a la navegació Salta a la cerca
Línia 15: Línia 15:
 
* [[Apache2 en GNU/Linux]]. Configura diversos dominis en una màquina (virtual hosts).
 
* [[Apache2 en GNU/Linux]]. Configura diversos dominis en una màquina (virtual hosts).
 
* Autenticació Apache  
 
* Autenticació Apache  
* SSL (Secure Socket Layer) i certificats: [http://www.cacauet.org/alumnes/index.php/Certificats_Autofirmats_amb_Apache2_i_openSSL Certificats autofirmats]
+
* 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 DNIe]]. Ens caldrà habilitar el servidor HTTPS i crear els certificats.
 +
 
Apache i Python (WSGI):
 
Apache i Python (WSGI):
 
* Apache i WSGI: http://code.google.com/p/modwsgi/wiki/InstallationInstructions
 
* Apache i WSGI: http://code.google.com/p/modwsgi/wiki/InstallationInstructions
 
* Configurant WSGI: http://code.google.com/p/modwsgi/wiki/QuickConfigurationGuide
 
* Configurant WSGI: http://code.google.com/p/modwsgi/wiki/QuickConfigurationGuide
 +
* Setup WSGI per executar arxius .wsgi o .py: http://ubuntuforums.org/showthread.php?t=833766
 
* Integració de Apache WSGI i Pylons: http://code.google.com/p/modwsgi/wiki/IntegrationWithPylons
 
* Integració de Apache WSGI i Pylons: http://code.google.com/p/modwsgi/wiki/IntegrationWithPylons
  

Revisió del 20:17, 22 nov 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.

UF1: Servidors web i de transferència de fitxers

Introducció:

Servidor web Apache:

Certificats autofirmats]

  • Apache i DNIe. Ens caldrà habilitar el servidor HTTPS i crear els certificats.

Apache i Python (WSGI):

Servidors de transferència de fitxers (FTP):

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

  • Servidors d'aplicacions web:
    • Tomcat
    • Zope
  • Autenticació. Dominis de seguretat.
  • Sessions
  • Comunicació servidor web <-> servidor d'aplicacions
  • Servidor d'aplicacions amb SSL


UF3: Desplegament d'aplicacions web

  • DNS
  • Integració d'aplicacions web amb serveis de directori
    • LDAP

...

UF4: Control de versions i documentació

Control de versions:

Documentació: