update to nationwide standard
This commit is contained in:
18
vars
18
vars
@@ -1,14 +1,10 @@
|
||||
# django project settings
|
||||
export user="centos"
|
||||
export projectname="mysite"
|
||||
# TODO:
|
||||
# change hostname to an array:
|
||||
# (hostname1.net hostname2.net hostname2.net)
|
||||
export hostname="centos.duco.net"
|
||||
export letsencrypt=False
|
||||
|
||||
# set True if CentOS minimal install
|
||||
export install_epel_release=False
|
||||
export user=""
|
||||
export projectname=""
|
||||
export hostname=""
|
||||
export usegit=False # if you have a django git project
|
||||
export giturl="" # url for git project
|
||||
export gitkey="" # IdentityFile
|
||||
|
||||
# general install settings
|
||||
export logdir="/var/log/djangosetup/"
|
||||
@@ -22,6 +18,8 @@ export djalogloc=$logdir"django.log"
|
||||
export djamsg="See $djalogloc for more info."
|
||||
export gunicornlogloc=$logdir"gunicorn.log"
|
||||
export nginxlogloc=$logdir"nginx.log"
|
||||
export gitlogloc=$logdir"git.log"
|
||||
export gitlogmsg="See $gitlogloc for more info."
|
||||
|
||||
# python settings
|
||||
export pylink="https://www.python.org/ftp/python/3.7.0/Python-3.7.0.tar.xz"
|
||||
|
||||
Reference in New Issue
Block a user