Install PSQL and init DB
This commit is contained in:
parent
3f0208a664
commit
084d22d33f
6 changed files with 43 additions and 2 deletions
|
|
@ -4,9 +4,11 @@
|
|||
requirements: /var/www/note_kfet/requirements/base.txt
|
||||
virtualenv: /var/www/note_kfet/env
|
||||
virtualenv_command: /usr/bin/python3 -m venv
|
||||
become_user: www-data
|
||||
|
||||
- name: Install PIP production dependencies
|
||||
pip:
|
||||
requirements: /var/www/note_kfet/requirements/production.txt
|
||||
virtualenv: /var/www/note_kfet/env
|
||||
virtualenv_command: /usr/bin/python3 -m venv
|
||||
become_user: www-data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue