Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pycamp2024/remove app #153

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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