add scripted version of dev deploy instructions by wes

This commit is contained in:
Tyler Christiansen
2014-01-24 19:37:48 -08:00
parent a86e2a0c80
commit 3d35c805ed

7
contrib/dev_init Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
mkdir -p dev/librenms && cd $_
curl -O http://wkennedy.co/uploads/librenms/Vagrantfile
curl -O http://wkennedy.co/uploads/librenms/bootstrap.sh
chmod +x bootstrap.sh
vagrant up