- 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:8080
en la maquina host / on host machine.
DOCKER DockerFile
DockerHub: https://hub.docker.com/r/mtuduri/riga/
Pasos / Steps:
git clone https://github.com/idatosabiertos/Riga
docker build -t riga .
docker run riga
- Navegar a / Navigate to
http://localhost:4000
en la maquina host / on host machine.
Vagrant /vagrant
Requerimientos / Requirements
- Vagrant
- VirtualBox
Pasos / Steps:
git clone https://github.com/idatosabiertos/Riga/tree/develop/vagrant
cd Riga/vagrant
vagrant up
- Navegar a / Navigate to
http://localhost:4000
en la maquina host / on host machine.