|
|
@ -11,8 +11,8 @@ in a project directory. First create your project directory.</p>
|
|
|
|
to read and check the configuration variables generated by the wizard.</p>
|
|
|
|
to read and check the configuration variables generated by the wizard.</p>
|
|
|
|
|
|
|
|
|
|
|
|
<pre><code>cd {{ root }}
|
|
|
|
<pre><code>cd {{ root }}
|
|
|
|
curl {{ url_for('.file', uid=uid, filepath='docker-compose.yml', _external=True) }} > docker-compose.yml
|
|
|
|
wget {{ url_for('.file', uid=uid, filepath='docker-compose.yml', _external=True) }}
|
|
|
|
curl {{ url_for('.file', uid=uid, filepath='mailu.env', _external=True) }} > mailu.env
|
|
|
|
wget {{ url_for('.file', uid=uid, filepath='mailu.env', _external=True) }}
|
|
|
|
</pre></code>
|
|
|
|
</pre></code>
|
|
|
|
{% endcall %}
|
|
|
|
{% endcall %}
|
|
|
|
|
|
|
|
|
|
|
|