Kong / kong-vagrant

:monkey: Vagrantfile for Kong testing and development
https://docs.konghq.com
Apache License 2.0
124 stars 82 forks source link

git is missing in the vagrant box #2

Closed tyiss closed 8 years ago

tyiss commented 9 years ago

some libraries, specifically lua-cassandra depend on git. the base vagrant box is missing git.

vagrant@precise64:~$ cd /kong
vagrant@precise64:/kong$ sudo make dev

Missing dependencies for kong:
lua-cassandra ~> 0.3.5-0

Using https://luarocks.org/lua-cassandra-0.3.5-0.rockspec... switching to 'build' mode
sh: 1: git: not found

i think a the fix should include update to the box to ubunto 14.04. i've tested with:

config.vm.box = "puphpet/ubuntu1404-x64"

let me know if you create PR for it.

ahmadnassri commented 9 years ago

PRs are always welcome :+1:

dougbeauchene commented 9 years ago

may also want to include "curl" for convenience since the README info at https://github.com/Mashape/kong-vagrant has the user run a curl command.

thibaultcha commented 9 years ago

No the curl command is supposed to be run from the Host OS.

thibaultcha commented 8 years ago

(now included :+1:)