2017-10-08 20:09:38 +02:00
## Web para el DataMad 17
2014-07-28 21:27:01 +02:00
2017-10-08 20:17:56 +02:00
## 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
```
2017-10-09 03:36:07 +02:00
Site will be available at http://127.0.0.1:4000/datamad17/ or http://localhost:4000/datamad17/ (on Windows)
2017-10-08 20:17:56 +02:00
**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.
2014-07-28 21:27:01 +02:00
2017-10-08 20:09:38 +02:00
### Dependencias a resolver para desarrollo con Ubuntu 16:
2015-02-20 23:35:58 +01:00
2017-10-08 20:13:08 +02:00
sudo apt install libxml2-dev
2014-07-28 21:27:01 +02:00
2017-10-08 20:13:08 +02:00
sudo apt install gcc make zlib1g-dev sqlite3
2014-07-28 21:27:01 +02:00
2017-10-08 20:13:08 +02:00
sudo gem install nokogiri
2014-07-28 21:27:01 +02:00
2014-11-14 17:56:12 +01:00
2017-10-08 20:13:08 +02:00
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
2014-11-25 19:02:52 +01:00
2017-10-08 20:09:38 +02:00
### About
2014-07-28 21:27:01 +02:00
2014-10-09 10:49:23 +02:00
* Design and web development: [Oleh Zasadnyy ](https://github.com/ozasadnyy )
* Idea: [Vitaliy Zasadnyy ](https://github.com/zasadnyy )
2016-02-11 21:44:15 +01:00
See [list of contributors ](https://github.com/gdg-x/zepplin/graphs/contributors )
2016-02-11 21:48:36 +01:00
Maintainers: [@tasomaniac ](https://github.com/tasomaniac ) and [@ozasadnyy ](https://github.com/ozasadnyy ).
2014-07-28 21:27:01 +02:00
2015-02-20 23:35:58 +01:00
### License
Project is published under the [MIT license ](https://github.com/gdg-x/zeppelin/blob/master/LICENSE.txt ). Feel free to clone and modify repo as you want, but don't forget to add reference to authors :)