separate vars
This commit is contained in:
29
install.sh
29
install.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user