From 3ff71a5114cce5bbedc3d25ffbddd605950ecdf1 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Fri, 17 Jun 2016 00:31:13 -0400 Subject: [PATCH] stuff --- create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create.sh b/create.sh index 7e89fda..d01aafb 100644 --- a/create.sh +++ b/create.sh @@ -7,6 +7,7 @@ eval "$(ssh-agent -s)" ssh-add /root/.ssh/id_github_rsa mkdir /var/www/gitwrapper/$name cd /var/www/gitwrapper/$name +chmod 777 . echo `pwd` DJANGO_SETTINGS_MODULE=project.settings.prod @@ -29,7 +30,6 @@ pip install -r requirements.txt python3 manage.py collectstatic --noinput python3 manage.py migrate -chmod 777 . chmod 777 db.sqlite3 echo "" > /etc/apache2/sites-enabled/$name.conf