22

Dev environment with Vagrant, Volodymyr Pavlenko

Embed Size (px)

Citation preview

Problems

- dependencies installing and configuring on

different OSes

- dev env != prod env

- versions

☆☆☆Vagrant ☆☆☆

What is Vagrant?

File based CLI vm management

Installing

- install VirtualBox click

- install Vagrant click

Let’s getting started

Vagrantfile

Init Vagrant

vagrant up

vagrant ssh

Synced folders

Forwarded port

Forwarded port

Simple Flask project

Provisioning

- setup dependencies

- various provisioners supported

- provisioners can be combined

Flask provisioning

Flask provisioning

Multi-Machine

Private network

Network schema

dbWeb app

10.10.1.2 10.10.1.3

Goodies

- sharing https://atlas.hashicorp.com/development

- plugins https://github.com/mitchellh/vagrant/wiki/Available-Vagrant-Plugins

Thanks