From: Bryan Date: Thu, 23 Jan 2014 07:38:17 +0000 (-0500) Subject: Removing fabric-virtualenv, virtualenvwrapper. fixing secret permissions. closes... X-Git-Tag: release-20150131~218 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9d13bf9323d7336b2823e329b5cf121443bf6104;p=oweals%2Fkarmaworld.git Removing fabric-virtualenv, virtualenvwrapper. fixing secret permissions. closes #180 closes #300 --- diff --git a/Vagrantfile b/Vagrantfile index dbd67ed..0385a93 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -44,7 +44,7 @@ add-apt-repository -y ppa:coolwanglu/pdf2htmlex # pdf2htmlex apt-get update apt-get upgrade -y -apt-get install -y python-pip postgresql python-virtualenv virtualenvwrapper \ +apt-get install -y python-pip postgresql python-virtualenv \ git nginx postgresql-server-dev-9.1 libxslt1-dev \ libxml2-dev libmemcached-dev python-dev rabbitmq-server \ p7zip-full pdf2htmlex @@ -78,7 +78,7 @@ PROD_DB_NAME = 'karmaworld' PROD_DB_USERNAME = 'vagrant' PROD_DB_PASSWORD = '' CONFIG -chown vagrant:vagrant $SECRETPATH/*.py +chown vagrant:vagrant karmaworld/$SECRETPATH/*.py cat > /etc/nginx/sites-available/karmaworld <