Skip to content

ali-tm-amin/Vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Vagrant.configure("2") do |config|

config.vm.box = "ubuntu/xenial64"

#creating a virtual machine ubuntu

config.vm.network "forwarded_port", guest: 3000, host: 8081

#config.vm.network "private_network", ip: "192.168.10.100"

config.vm.synced_folder ".", "/home/vagrant/starter-code/app"

#vagrant reload if doesnt work: #vagrant destroy #vagrant up

#provisisioning

config.vm.provision "shell", path: "provision.sh" end

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published