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 28: Línia 28:
 
** Filezilla Server
 
** Filezilla Server
  
Apache i Python (WSGI):
+
<br>
 +
 
 +
== UF2: Servidors d'aplicacions web ==
 +
=== Apache i Python (WSGI) ===
 +
* [[Python:_Pyramid_framework#Fase_de_deployment_.28desplegament.2C_producci.C3.B3.29|Pyramid framework: Fase de deployment (a cacauet.org)]]
 
* 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
Línia 34: Línia 38:
 
* 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
  
<br>
+
=== Servidors d'aplicacions web ===
 +
* Apache Tomcat: servidor d'apps. Java per Apache
 +
** Pàgina oficial: http://tomcat.apache.org/
 +
** Tutorial Tomcat+Eclipse+Servlets: http://www.coreservlets.com/Apache-Tomcat-Tutorial/
 +
** Tutorial (obsolet): http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/
 +
* Zope: servidor d'aplicacions per Python
 +
** Plone: CMS basat en Python
 +
* Google AppEngine
  
== UF2: Servidors d'aplicacions web ==
+
=== Altres ===
* Servidors d'aplicacions web:
 
** Apache Tomcat: servidor d'apps. Java per Apache
 
*** Pàgina oficial: http://tomcat.apache.org/
 
*** Tutorial Tomcat+Eclipse+Servlets: http://www.coreservlets.com/Apache-Tomcat-Tutorial/
 
** Zope: servidor d'aplicacions per Python
 
*** Plone: CMS basat en Python
 
** Google AppEngine
 
 
* Autenticació. Dominis de seguretat.
 
* Autenticació. Dominis de seguretat.
 
* Sessions
 
* Sessions

Revisió del 09:11, 4 des 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:

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