Top Banner
Vagrant Development Environment ~ Local
12
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Vagrant   development environment

Vagrant

Development Environment ~ Local

Page 2: Vagrant   development environment

about.me

@_hiraq

Page 3: Vagrant   development environment

OS

Page 4: Vagrant   development environment

Package manager

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

Page 5: Vagrant   development environment

Path & Folder Structure

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

between -> “/” & “\”

Page 6: Vagrant   development environment

Permission

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

Page 7: Vagrant   development environment

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!”

Page 8: Vagrant   development environment

Vagrant Quotes

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

everyone on your team. “

Page 9: Vagrant   development environment

Installation

download -> vagrantup.comdownload -> virtualbox

available:linux, mac & windows

Page 10: Vagrant   development environment

What to setup

Vagrant -> Virtual

Single VMMultiple VM

Page 11: Vagrant   development environment

Benefits

> Reproducible development enviroment> Shareable environment for team

Page 12: Vagrant   development environment

Vagrant Init

let’s code!