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 45: Línia 45:
  
 
=== Servidors d'aplicacions web ===
 
=== Servidors d'aplicacions web ===
 +
* Google App Engine (GAE):
 +
** https://developers.google.com/appengine
 +
** Aquest curs treballarem amb [[Pyramid en Google App Engine]].
 +
* [[Zope]]: servidor d'aplicacions per Python
 +
** [[Plone]]: CMS basat en Python, Zope i ZODB
 +
** Per crear projecte de Plone: http://plone.org/products/zopeskel/
 
* Apache Tomcat: servidor d'apps. Java per Apache
 
* Apache Tomcat: servidor d'apps. Java per Apache
 
** Pàgina oficial: http://tomcat.apache.org/
 
** Pàgina oficial: http://tomcat.apache.org/
 
** Tutorial Tomcat+Eclipse+Servlets: http://www.coreservlets.com/Apache-Tomcat-Tutorial/
 
** Tutorial Tomcat+Eclipse+Servlets: http://www.coreservlets.com/Apache-Tomcat-Tutorial/
 
** Tutorial (obsolet): http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/
 
** Tutorial (obsolet): http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/
* Zope: servidor d'aplicacions per Python
 
** Plone: CMS basat en Python
 
** Per crear projecte de Plone: http://plone.org/products/zopeskel/
 
* Google AppEngine
 
  
 
=== Altres ===
 
=== Altres ===

Revisió del 13:06, 13 gen 2014

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

  • Plone: Un CMS per Pyhon + Zope
  • Zope: servidor d'aplicacions (utilitza ZODB)


Apache i Python (WSGI)

Servidors d'aplicacions web

Altres

  • Autenticació en Pyramid.
  • Dominis de seguretat.
  • Sessions
  • Comunicació servidor web <-> servidor d'aplicacions
  • Servidor d'aplicacions amb SSL


UF3: Desplegament d'aplicacions web


UF4: Control de versions i documentació

Control de versions:


Documentació: