File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed
Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ This document shows how to install autoDeploy on Ubuntu System
4141```
4242
4343* Configure your database
44- * Create empty database in your DBMS.
45- * Edit Settings file in ` webapp/autoDeploy/settings.py ` .
44+ * Create empty database in your DBMS.
45+ * Edit Settings file in ` webapp/autoDeploy/settings.py ` .
4646
4747* Create Database by
4848``` sh
Original file line number Diff line number Diff line change 22
33[ ![ StackShare] ( http://img.shields.io/badge/tech-stack-0690fa.svg?style=flat )] ( http://stackshare.io/mkalioby/autodeploy )
44
5- Buildong an automated deployment system which is similar to AWS CodeDeploy but is hostable inside enterprise.
5+ An automated deployment system which is similar to AWS CodeDeploy but is hostable inside an enterprise.
66
77The target is to minimize the manual prone errors of code deployment.
88
Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ def global_settings(request):
77 print settings .BASE_URL
88 return {
99 'BASE_URL' : settings .BASE_URL ,
10+ 'TITLE' : settings .TITLE
1011 }
Original file line number Diff line number Diff line change 126126EMAIL_HOST_PASSWORD = ''
127127EMAIL_USE_TLS = True
128128EMAIL_FROM = "AutoDeploy"
129+
130+ TITLE = "autoDeploy"
Original file line number Diff line number Diff line change 55< head lang ="en ">
66
77 < meta charset ="UTF-8 ">
8- < title > autoDeploy </ title >
8+ < title > {{ TITLE }} </ title >
99 < script type ="text/javascript " src ="{{STATIC_URL}}js/jquery.min.js "> </ script >
1010 < link href ="{{STATIC_URL}}css/bootstrap.css " rel ="stylesheet " type ="text/css "/>
1111 < link href ="{{STATIC_URL}}css/sb-admin-2.css " rel ="stylesheet " type ="text/css "/>
You can’t perform that action at this time.
0 commit comments