Desplegament d'aplicacions web
La revisió el 16:42, 13 ago 2012 per Enric (discussió | contribucions) (→UF4: Control de versions i documentació)
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
- Tomcat
- WSGI
- Zope
- ...
UF3: Desplegament d'aplicacions web
- DNS
- Root name servers: les arrels del sistema DNS mundial.
- Integració d'aplicacions web amb serveis de directori
- LDAP
...
UF4: Control de versions i documentació
Control de versions:
- GIT
- SVN
Documentació:
- Sphinx: http://sphinx.pocoo.org/
- Doxygen
- Mercurial
- Wiki (mediawiki/trac)