install works
This commit is contained in:
parent
8c8fbc9ced
commit
688b093155
3
.gitignore
vendored
3
.gitignore
vendored
@ -6,4 +6,5 @@ __pycache__
|
||||
oshipka.egg-info
|
||||
provision/tmp
|
||||
provision/auto_dns/sensitive.py
|
||||
ssl/
|
||||
ssl/
|
||||
sensitive.py
|
@ -129,6 +129,11 @@ web () {
|
||||
python run.py
|
||||
}
|
||||
|
||||
init_apt() {
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y build-essential libssl-dev libffi-dev python3-dev
|
||||
}
|
||||
|
||||
init_venv() {
|
||||
virtualenv -p python3 venv
|
||||
}
|
||||
@ -158,6 +163,7 @@ download_sensitive() {
|
||||
}
|
||||
|
||||
init() {
|
||||
init_apt
|
||||
init_venv
|
||||
install_reqs
|
||||
link_dev_oshipka
|
||||
|
@ -2,7 +2,7 @@ autopep8==1.5.3
|
||||
Babel==2.8.0
|
||||
bcrypt==3.1.7
|
||||
blinker==1.4
|
||||
cffi==1.14.0
|
||||
cffi==1.15.1
|
||||
click==7.1.1
|
||||
dns-lexicon==3.3.11
|
||||
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