install works

This commit is contained in:
Daniel Tsvetkov 2023-07-21 23:51:22 +03:00
parent 8c8fbc9ced
commit 688b093155
4 changed files with 10 additions and 2 deletions

3
.gitignore vendored
View File

@ -6,4 +6,5 @@ __pycache__
oshipka.egg-info
provision/tmp
provision/auto_dns/sensitive.py
ssl/
ssl/
sensitive.py

View File

@ -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

View File

@ -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
View File

@ -0,0 +1 @@
SSO_CLIENT_SECRET = 'secret'