- Ruby 2.3.1
- Bundler
- SQLite
- $
git clone https://github.com/idatosabiertos/Riga - $
Cd Riga - $
bundle install - $
bundle exec jekyll serve --host=0.0.0.0 - Navegar a / Navigate to
http://localhost:8080en la maquina host / on host machine.
DOCKER DockerFile
DockerHub: https://hub.docker.com/r/mtuduri/riga/
Pasos / Steps:
git clone https://github.com/idatosabiertos/Rigadocker build -t riga .docker run riga- Navegar a / Navigate to
http://localhost:4000en la maquina host / on host machine.
Vagrant /vagrant
Requerimientos / Requirements
- Vagrant
- VirtualBox
Pasos / Steps:
git clone https://github.com/idatosabiertos/Riga/tree/develop/vagrantcd Riga/vagrantvagrant up- Navegar a / Navigate to
http://localhost:4000en la maquina host / on host machine.