Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thosuperman/0e260f6e722d6133d528db2d62fe65b7 to your computer and use it in GitHub Desktop.
Save thosuperman/0e260f6e722d6133d528db2d62fe65b7 to your computer and use it in GitHub Desktop.
- Install cygwin if using Windows:
https://cygwin.com/install.html
- Make sure installed these packages:
+ curl
+ python (2.7.x)
+ python-jinja
+ python-crypto
+ python-openssl
+ python-setuptools
+ git (>= 1.7.x)
+ vim
+ openssh
+ openssl
+ gcc
+ openssl-devel
- Install Vagrant:
https://www.vagrantup.com/downloads.html
- Install VirtualBox:
https://www.virtualbox.org/wiki/Downloads
- Now point to vagrant folder, then
vagrant up
- Please ensure git config in your local machine ( git config --list )
core.repositoryformatversion=0
core.filemode=false
core.bare=false
core.logallrefupdates=true
core.ignorecase=true
core.autocrlf=false
Happy coding !!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment