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 32: Línia 32:
 
== UF2: Servidors d'aplicacions web ==
 
== UF2: Servidors d'aplicacions web ==
 
=== Apache i Python (WSGI) ===
 
=== Apache i Python (WSGI) ===
* [[Python:_Pyramid_framework#Fase_de_deployment_.28desplegament.2C_producci.C3.B3.29|Pyramid framework: Fase de deployment (a cacauet.org)]]
+
* [[Python:_Pyramid_framework#Fase_de_deployment_.28desplegament.2C_producci.C3.B3.29|Pyramid framework: Fase de deployment (a cacauet.org)]]. Continguts (accés ràpid):
* 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
+
** 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
 +
* [[Buildout]]: per construir projectes Pyramid i facilitar el desplegament.
  
 
=== Servidors d'aplicacions web ===
 
=== Servidors d'aplicacions web ===

Revisió del 12:11, 18 gen 2013

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:

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

Apache i Python (WSGI)

Servidors d'aplicacions web

Altres

  • 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ó: