Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fasilkom UI Open Source Software
Kape
Commits
0bc678a4
Commit
0bc678a4
authored
Mar 06, 2017
by
Zamil Majdy
Browse files
#140382397 #5 Auto deploy test
parent
65478771
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
0bc678a4
...
@@ -5,3 +5,6 @@ venv
...
@@ -5,3 +5,6 @@ venv
assets/bundles/*
assets/bundles/*
.idea
.idea
webpack-stats.json
webpack-stats.json
.npm
.bash_history
.cache
kape/settings.py
View file @
0bc678a4
...
@@ -19,7 +19,7 @@ SECRET_KEY = 'gz!k*@!n8h$yny1)zp!e5#w8!s4%*wqnur5$qnr@$*xx_o+aij'
...
@@ -19,7 +19,7 @@ SECRET_KEY = 'gz!k*@!n8h$yny1)zp!e5#w8!s4%*wqnur5$qnr@$*xx_o+aij'
# SECURITY WARNING: don't run with debug turned on in production!
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG
=
True
DEBUG
=
True
ALLOWED_HOSTS
=
[
u
'bot.recruit.id'
,
u
'104.236.76.161'
]
ALLOWED_HOSTS
=
[
u
'bot.recruit.id'
,
u
'104.236.76.161'
,
u
'localhost'
,
u
'127.0.0.1'
]
# Application definition
# Application definition
...
...
requirements.txt
View file @
0bc678a4
...
@@ -5,4 +5,5 @@ djangorestframework==3.5.4
...
@@ -5,4 +5,5 @@ djangorestframework==3.5.4
packaging
==16.8
packaging
==16.8
psycopg2
==2.6.2
psycopg2
==2.6.2
pyparsing
==2.1.10
pyparsing
==2.1.10
six
==1.10.0
six
==1.10.0
\ No newline at end of file
gunicorn
\ No newline at end of file
start.sh
View file @
0bc678a4
...
@@ -2,5 +2,5 @@ service postgresql start
...
@@ -2,5 +2,5 @@ service postgresql start
service ssh start
service ssh start
cd
/home/kape
cd
/home/kape
npm
install
npm
install
pip
install
-r
requirements.txt
npm run build-production
npm run build-production
pip
install
-r
requirements.txt
\ No newline at end of file
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment