https://github.com/luismayta/slides-vagrant4devs
Slides vagrant4devs
https://github.com/luismayta/slides-vagrant4devs
devs linux macos peru slides vagrant
Last synced: 3 months ago
JSON representation
Slides vagrant4devs
- Host: GitHub
- URL: https://github.com/luismayta/slides-vagrant4devs
- Owner: luismayta
- License: lgpl-3.0
- Created: 2015-02-04T16:26:23.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2026-02-05T00:28:38.000Z (4 months ago)
- Last Synced: 2026-02-05T12:47:56.754Z (4 months ago)
- Topics: devs, linux, macos, peru, slides, vagrant
- Language: HTML
- Homepage:
- Size: 3.68 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/luismayta/vagrant-for-developments)
[](http://waffle.io/luismayta/vagrant-for-developments)
[](https://github.com/luismayta/vagrant-for-developments)
[](LICENSE)
# Vagrant for Developments
This is a talk for the [Pymienta 2015](http://pimientadigital.com) conference.
You can see the live presentation [here](http://luismayta.github.io/vagrant-for-developments).
## Install
### Requeriments
* [Python 2.7.x](http://python.org/download/)
### Install Requeriments
```bash
pip install -r requeriments.txt
```
### Slides
Es necesario instalar [landslide](https://github.com/adamzap/landslide) para poder generar los slides.
```bash
landslide main.cfg
```
```bash
Open index.html
```
### Documentation
Es necesario instalar [Grip](https://github.com/joeyespo/grip) para poder visualizar la documentación, ejecutando lo siguiente:
```bash
grip 5000
```
ir a un navegador y colocar:
```bash
http://localhost:5000
```
[](http://coderwall.com/luismayta)
[](http://pe.linkedin.com/in/luismayta)
[](https://github.com/luismayta/vagrant-for-developments)