dropbox / nsot

Network Source of Truth is an open source IPAM and network inventory database
https://nsot.readthedocs.io
Other
399 stars 66 forks source link

Updated Vagrantfile to get box to come up and install nsot properly. #269

Closed dancwilliams closed 7 years ago

dancwilliams commented 7 years ago

I am currently running the latest version of Vagrant and VirtualBox and am seeing this behavior on both Windows and Mac.

When running vagrant up I receive an error and nsot is not installed (see attached file).

It looks to be an issue with the version of pip installed along with an outdated version of setuptools.

I updated the Vagrantfile to include these updates. If there is another way to do this please let me know. I created this PR just to show what I had to do to get vagrant to come up. It is running clean now.

NSOT-Vagrant-Error.txt

jathanism commented 7 years ago

@nickpegg This has your name on it! :)

jathanism commented 7 years ago

@dancwilliams Can you please rebase this PR against the develop branch? Thanks!

dancwilliams commented 7 years ago

Glad to help!