separate vars

This commit is contained in:
ducoterra
2018-09-16 18:44:43 -04:00
parent 9bd38cd0c7
commit 4c27ac1b4d
3 changed files with 128 additions and 78 deletions

View File

@@ -1,32 +1,3 @@
# vars
user="centos"
projectname="mysite"
hostname="centos.duco.net"
letsencrypt=False
pylink="https://www.python.org/ftp/python/3.7.0/Python-3.7.0.tar.xz"
# if you are doing this on a personal install you will prob need this.
install_epel_release=False
logdir="/var/log/djangosetup/"
scriptdir="/root/scripts"
yumlogloc=$logdir"yum.log"
yumlogmsg="See $yumlogloc for more info."
firelogloc=$logdir"firewall.log"
firelogmsg="See $firelogloc for more info."
pylogloc=$logdir"python.log"
pylogmsg="See $pylogloc for more info."
djalogloc=$logdir"django.log"
djamsg="See $djalogloc for more info."
gunicornlogloc=$logdir"gunicorn.log"
nginxlogloc=$logdir"nginx.log"
################################################################################
# Dependencies
# Installs Dependencies automatically