Sign-Up


Anyone can follow a course on P2PU. Participating is the next level of engagement. The sign-up is a space where interested individuals can express their interest and background in the topic and commit to working with the rest of the participants. Please answer the following set(s) of questions if you want to become a participant or organizer.

Standard Set

This set of signup questions is common to all study groups, courses, ... in P2PU. The answers to these questions will be public once you get accepted.

  • What made you interested in this topic?
  • What do you hope to achieve by participating?
  • Are you interested in helping with the course organization?

Between Participants Custom Set

This set of signup questions is particular to this course. The answers to these questions will be visible to all participants once you get accepted.

Nota: Se requiere que tenga instalados y bien configurados PostgreSQL, nginx, PHP y el módulo para PostgreSQL de PHP (ver ayudas para esto al final de este escrito).  Esto no es trivial por lo que si no dispone de tiempo para investigar como hacerlo en su plataforma recomendamos: (a) que se inscriba a la versión retribuida de este curso que le ofrece un servidor para hacer prácticas remotamente (ver http://www.pasosdeJesus.org/?pag=m7) o (b) que descargue la imagen de un disco con adJ ya configurado y la use con QEMU o con VirtualBox, ver http://www.p2pu.org/es/groups/openbsd-adj-como-sistema-de-escritorio/content/preparativos-uso-de-una-maquina-virtual/

  1. Abra una terminal e indique cual es el resultado de ejecutar psql --version
  2. En un directorio visible para nginx (digamos /var/www/htdocs en el caso de adJ) cree con un editor (recomendamos vim) un archivo informa.php con el siguiente contenido
    <?php phpinfo() ?>.
     Vea el resultado cuando lo sirve Apache con un navegador tipicamente desde la URL http://127.0.0.1/informa.php y peguelo como respuesta.
  3. Haga una página HTML que presente datos de contacto ficticios mediante una tabla con columnas nombre, teléfono y dirección.

 

Ayudas para instalar PostgreSQL en adJ: http://structio.sourceforge.net/guias/servidor_OpenBSD/postgresql.html

Ayudas para instalar y configurar Apache, PHP y módulo para PostgreSQL: http://structio.sourceforge.net/guias/servidor_OpenBSD/sevidor-web.html


Answers