mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-01-30 03:50:19 +01:00
Edición del readme con instrucciones para resolver dependencias en Ubuntu 16
This commit is contained in:
parent
64200e7bca
commit
fb8f2cfeb1
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
@ -1,5 +1,25 @@
|
||||||
## Web para el DataMad 17
|
## 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:
|
### Dependencias a resolver para desarrollo con Ubuntu 16:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue