1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-02-23 21:05:17 +00:00

Updated Docker Installation (textile)

FrancescoFdd5 2020-01-08 16:44:56 +01:00
parent c6a94c3768
commit 81577f27fd

@ -45,7 +45,7 @@ Update Webvirtcloud
<pre><code>docker exec -it <container id> /bin/bash</code></pre>
# Run followed commands
<pre><code>cd /srv/webvirtcloud
sudo source venv/bin/activate
source venv/bin/activate
git pull
pip install -U -r conf/requirements.txt
python manage.py migrate