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

Updated Docker Installation (textile)

catborise 2020-01-08 20:43:19 +03:00
parent 1d66f72d5b
commit 3074d563ba

@ -12,6 +12,8 @@ yum install git python</code></pre>
<pre><code>cd webvirtcloud/</code></pre>
# Copy the setting.py file
<pre><code>cp webvirtcloud/settings.py.template webvirtcloud/settings.py</code></pre>
# Enter python command interpreter:
<pre><code>python</code></pre>
# Generate random number using Python:
<pre><code>
import random, string