mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-26 12:41:23 +01:00
1.5 KiB
1.5 KiB
Web para el DataMad 17
Local development
Check if you have all requirements for local environment. To install all development dependencies install Bundler.
gem install bundler
and run next command from root folder:
bundle install
To start Jekyll run:
jekyll serve -w
Site will be available at http://127.0.0.1:4000/datamad17/ or http://localhost:4000/datamad17/ (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:
sudo apt install libxml2-dev
sudo apt install gcc make zlib1g-dev sqlite3
sudo gem install nokogiri
Instala las gems de ruby que hay en el gemfile:
bundle install
lanza el servidor de jekyll desde el directorio local:
bundle exec jekyll serve
About
- Design and web development: Oleh Zasadnyy
- Idea: Vitaliy Zasadnyy
Maintainers: @tasomaniac and @ozasadnyy.
License
Project is published under the MIT license. Feel free to clone and modify repo as you want, but don't forget to add reference to authors :)