From fb8f2cfeb1698a28e366bc19c71f58f43577ce08 Mon Sep 17 00:00:00 2001 From: alay Date: Sun, 8 Oct 2017 20:17:56 +0200 Subject: [PATCH] =?UTF-8?q?Edici=C3=B3n=20del=20readme=20con=20instruccion?= =?UTF-8?q?es=20para=20resolver=20dependencias=20en=20Ubuntu=2016?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index c156e95..85bf912 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,25 @@ ## Web para el DataMad 17 +## Local development + +Check if you have [all requirements for local environment](http://jekyllrb.com/docs/installation/). +To install all development dependencies install [Bundler](http://bundler.io/). +```bash + gem install bundler +``` +and run next command from root folder: + +```bash + bundle install +``` + +To start Jekyll run: +```bash + jekyll serve -w +``` +Site will be available at http://127.0.0.1:4000/zeppelin/ or http://localhost:4000/zeppelin/ (on Windows) + +**NOTE:** in this mode all changes to html and data files will be automatically regenerated, but after changing ```_config.yml``` you have to restart server. ### Dependencias a resolver para desarrollo con Ubuntu 16: