Skip to content

Commit

Permalink
Pycamp2024/remove app #153 from akielbowicz/pycamp2024/remove-app
Browse files Browse the repository at this point in the history
Ya pasó suficiente tiempo y todavía anda la wiki en las GitHub pages :)
  • Loading branch information
akielbowicz authored Dec 24, 2024
2 parents 075524b + 1dd8888 commit f63fdad
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 447 deletions.
123 changes: 0 additions & 123 deletions .dockerignore

This file was deleted.

16 changes: 0 additions & 16 deletions Dockerfile

This file was deleted.

19 changes: 5 additions & 14 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,23 @@ Este es el repositorio de los contenidos de la Wiki de Python Argentina

| http://wiki.python.org.ar/

Podés editar los contenidos (incluso agregar páginas) y proponer un pull request, que se
sincronizará automáticamente con la wiki una vez que sea mezclado.

Antes de clonar el repo, asegurate de tener instalado [Git LFS](https://git-lfs.github.com/)

Pueden ver como colaborar en la página de `Cómo colaborar
<https://github.com/PyAr/wiki/blob/nikola/pages/colaborandoenelwiki.rst>`__
<https://wiki.python.org.ar/colaborandoenelwiki>`__

Cómo buildear las páginas
=========================

El contenido de la wiki está escrito en `Markdown <https://es.wikipedia.org/wiki/Markdown>`__ o `reStructeredText <https://es.wikipedia.org/wiki/ReStructuredText>`__ y se
transforma a `HTML` con `nikola <https://getnikola.com/>`__, un generador de sitios estáticos escrito en python.

.. code-block:: console
pip install -U pip
pip install -r requirements.txt
nikola build
nikola serve
Cómo buildear la imagen de docker
=================================

.. code-block:: console
docker build --no-cache --tag tzulberti/wiki -f Dockerfile .
Se necesita el `--no-cache` para que la parte de clonar el repo de la
wiki no use un cache sino que se haga todo el tiempo.
173 changes: 0 additions & 173 deletions app/main.py

This file was deleted.

33 changes: 0 additions & 33 deletions app/nginx.conf

This file was deleted.

Loading

0 comments on commit f63fdad

Please sign in to comment.