Commit 8f5a758d by Yvon

(5503) : maj script deploiement mode lacagette vers mode odoo/django

parent 4ec539e8
Pipeline #3192 failed with stage
in 1 minute 6 seconds
...@@ -19,10 +19,12 @@ chown -R django:django /home/django ...@@ -19,10 +19,12 @@ chown -R django:django /home/django
chown -R django:django /shared_dir/django_static chown -R django:django /shared_dir/django_static
//PYTHON VENV //PYTHON VENV
su django
cd /home/django/.virtualenvs cd /home/django/.virtualenvs
rm -rf third-party .gitignore bin lib pyvenv.cfg rm -rf third-party .gitignore bin lib pyvenv.cfg
source /usr/local/bin/virtualenvwrapper.sh source /usr/local/bin/virtualenvwrapper.sh
mkvirtualenv -p python3.8 -r /home/django/third-party/requirements.txt third-party mkvirtualenv -p python3.8 -r /home/django/third-party/requirements.locked.txt third-party
exit
//PSQL //PSQL
//key to understand : "A user is a role with the ability to log in (the role has the LOGIN attribute)." //key to understand : "A user is a role with the ability to log in (the role has the LOGIN attribute)."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment