Make Vagrant actually work

pull/198/head
Nick Hu 9 years ago
parent 5d21e1b20a
commit 9e9e7b6f66

@ -47,5 +47,8 @@ In chronological order:
* Daniel Gräber <https://github.com/albohlabs> * Daniel Gräber <https://github.com/albohlabs>
* Added ansible for provisioning * Added ansible for provisioning
* Nick Hu <https://github.com/NickHu>
* Fix Vagrantfile
* [Your name or handle] <[email or website]> * [Your name or handle] <[email or website]>
* [Brief summary of your changes] * [Brief summary of your changes]

@ -32,6 +32,7 @@
- supervisor - supervisor
- sqlite3 - sqlite3
- nodejs - nodejs
- libffi-dev
- name: NPM | Install packages - name: NPM | Install packages
npm: name={{ item }} global=yes npm: name={{ item }} global=yes

Loading…
Cancel
Save