From: Bryan Date: Thu, 12 Dec 2013 23:27:11 +0000 (-0500) Subject: first_deploy() appears to be nearly ready for primetime, so adding it as part of... X-Git-Tag: release-20150131~386^2~13 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d7cf10052f2f58c910b4fbffdfb3624dd815cf11;p=oweals%2Fkarmaworld.git first_deploy() appears to be nearly ready for primetime, so adding it as part of Vagrant VM deployment. --- 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