Skip to content

wojciechgucik/golang-vagrant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant Virtual Development Environment for GoLang

Install Vagrant

Note: If you're using a Windows Host, you'll also want to install Git for Windows.

Fork this repository on Github.

Clone this fork of the golang-vagrant respository to a directory on your host machine:

host $ git clone https://github.com/<your-github-username-here>/golang-vagrant.git
host $ cd xtuple-dashboard

Connect to the Virtual Machine

Start the virtual machine:

host $ vagrant up

Connect to the virtual machine via ssh:

host $ vagrant ssh

Try it out!

guest $ cd dev
guest $ go run pi.go

About

Vagrant Development Environment for GoLang.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 68.5%
  • Shell 31.5%