Transcript

Vagrant

Development Environment ~ Local

about.me

@_hiraq

OS

Package manager

linux (ubuntu) : apt-getmac : brewmicrosoft: ………………………………..?

Path & Folder Structure

linux : /ini/foldermac : /Ini/Foldermicrosoft : Ini\Folder\Tempat\File

between -> “/” & “\”

Permission

linux & mac : good file & folder permissionmicrosoft : evertything -> 777

Developer Quotes

linux : “Works on my machine”mac : “Mine too...but...”microsoft: “Why this app not working at all?”

“SAME CODE, SAME DATA DIFFERENT RESULTS!”

Vagrant Quotes

“ Say goodbye to the "works on my machine" excuse as Vagrant creates identical development environments for

everyone on your team. “

Installation

download -> vagrantup.comdownload -> virtualbox

available:linux, mac & windows

What to setup

Vagrant -> Virtual

Single VMMultiple VM

Benefits

> Reproducible development enviroment> Shareable environment for team

Vagrant Init

let’s code!

top related