Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Latest commit

 

History

History
executable file
·
23 lines (14 loc) · 847 Bytes

README.md

File metadata and controls

executable file
·
23 lines (14 loc) · 847 Bytes

Python-Chile

Sitio estatico y blog de la comunidad de pythonchile

Basado en Project Pages

Project Pages is Jekyll Template specifically geared towards collaborative science. For more information, click here.

Pasos para correr el blog en tu local

  1. Debes de tener instalado el lenguaje de programacion ruby >= 2.6, posiblemente funcione con la version 2.4.

  2. Clona el repositorio en tu PC. git clone https://github.com/python-chile/pythonchile.cl

  3. Ingresa en el repositorio, ejecuta el seguiente comando. cd pythonchile.cl
    bundle install

  4. Ahora ve al directorio del repositorio en tu PC y ejecuta este comando. bundle exec jekyll serve

  5. Si todo funciona bien en el terminal podrás ver la dirección para acceder al servidor local. http://localhost:4000