Created
May 16, 2018 02:05
-
-
Save thosuperman/0e260f6e722d6133d528db2d62fe65b7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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