mirror of
https://github.com/retspen/webvirtcloud
synced 2025-02-23 21:05:17 +00:00
Updated Docker Installation (textile)
parent
1d66f72d5b
commit
3074d563ba
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ yum install git python</code></pre>
|
||||||
<pre><code>cd webvirtcloud/</code></pre>
|
<pre><code>cd webvirtcloud/</code></pre>
|
||||||
# Copy the setting.py file
|
# Copy the setting.py file
|
||||||
<pre><code>cp webvirtcloud/settings.py.template webvirtcloud/settings.py</code></pre>
|
<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:
|
# Generate random number using Python:
|
||||||
<pre><code>
|
<pre><code>
|
||||||
import random, string
|
import random, string
|
||||||
|
|
Loading…
Reference in a new issue