mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Generate documentation
This commit is contained in:
parent
46bfdfe925
commit
9fb31cb78d
1 changed files with 5 additions and 1 deletions
|
@ -277,12 +277,16 @@ structure.</li>
|
|||
</section>
|
||||
<section class="level4" id="installation">
|
||||
<h4>Installation <a class="headerlink" href="#installation">¶</a></h4>
|
||||
<p>Radicale is really easy to install and works out-of-the-box.</p>
|
||||
<p>Radicale is really easy to install (for testing purposes) and works
|
||||
out-of-the-box.</p>
|
||||
<div class="sourceCode" id="cb1"><pre class="sourceCode bash"><code class="sourceCode bash"><span id="cb1-1"><a aria-hidden="true" href="#cb1-1" tabindex="-1"></a><span class="ex">python3</span> <span class="at">-m</span> pip install <span class="at">--upgrade</span> https://github.com/Kozea/Radicale/archive/master.tar.gz</span>
|
||||
<span id="cb1-2"><a aria-hidden="true" href="#cb1-2" tabindex="-1"></a><span class="ex">python3</span> <span class="at">-m</span> radicale <span class="at">--logging-level</span> info <span class="at">--storage-filesystem-folder</span><span class="op">=</span>~/.var/lib/radicale/collections</span></code></pre></div>
|
||||
<p>When the server is launched, open <a href="http://localhost:5232">http://localhost:5232</a> in your browser!
|
||||
You can login with any username and password.</p>
|
||||
<p>Want more? Check the <a href="#tutorials">tutorials</a> and the <a href="#documentation-1">documentation</a>.</p>
|
||||
<p>Instead of downloading from PyPI look for packages provided by used
|
||||
distribution (#linux-distribution-packages), they contain also startup
|
||||
scripts to run daemonized.</p>
|
||||
</section>
|
||||
<section class="level4" id="whats-new">
|
||||
<h4>What's New? <a class="headerlink" href="#whats-new">¶</a></h4>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue