install works
This commit is contained in:
parent
8c8fbc9ced
commit
688b093155
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ oshipka.egg-info
|
|||||||
provision/tmp
|
provision/tmp
|
||||||
provision/auto_dns/sensitive.py
|
provision/auto_dns/sensitive.py
|
||||||
ssl/
|
ssl/
|
||||||
|
sensitive.py
|
@ -129,6 +129,11 @@ web () {
|
|||||||
python run.py
|
python run.py
|
||||||
}
|
}
|
||||||
|
|
||||||
|
init_apt() {
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y build-essential libssl-dev libffi-dev python3-dev
|
||||||
|
}
|
||||||
|
|
||||||
init_venv() {
|
init_venv() {
|
||||||
virtualenv -p python3 venv
|
virtualenv -p python3 venv
|
||||||
}
|
}
|
||||||
@ -158,6 +163,7 @@ download_sensitive() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
init() {
|
init() {
|
||||||
|
init_apt
|
||||||
init_venv
|
init_venv
|
||||||
install_reqs
|
install_reqs
|
||||||
link_dev_oshipka
|
link_dev_oshipka
|
||||||
|
@ -2,7 +2,7 @@ autopep8==1.5.3
|
|||||||
Babel==2.8.0
|
Babel==2.8.0
|
||||||
bcrypt==3.1.7
|
bcrypt==3.1.7
|
||||||
blinker==1.4
|
blinker==1.4
|
||||||
cffi==1.14.0
|
cffi==1.15.1
|
||||||
click==7.1.1
|
click==7.1.1
|
||||||
dns-lexicon==3.3.11
|
dns-lexicon==3.3.11
|
||||||
filelock==3.0.12
|
filelock==3.0.12
|
||||||
|
1
sensitive_dev.py
Normal file
1
sensitive_dev.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
SSO_CLIENT_SECRET = 'secret'
|
Loading…
Reference in New Issue
Block a user