From d7cf10052f2f58c910b4fbffdfb3624dd815cf11 Mon Sep 17 00:00:00 2001 From: Bryan Date: Thu, 12 Dec 2013 18:27:11 -0500 Subject: [PATCH] first_deploy() appears to be nearly ready for primetime, so adding it as part of Vagrant VM deployment. --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 57a9e98..036a01a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -91,7 +91,7 @@ chmod 755 /etc/init.d/supervisor update-rc.d supervisor defaults pip install fabric -#su vagrant -c "cd karmaworld; fab here first_deploy" +su vagrant -c "cd karmaworld; fab -H 127.0.0.1 first_deploy" SCRIPT # end of script -- 2.25.1