mirror of
https://github.com/filegator/filegator.git
synced 2025-08-05 16:47:25 +02:00
deploy: d763dbfef9
This commit is contained in:
@@ -124,14 +124,16 @@
|
||||
|
||||
|
||||
<section class="col-sm-offset-3 col-lg-offset-2 col-sm-9 col-lg-10">
|
||||
<h2 id="minimum-requirements">Minimum Requirements</h2>
|
||||
<h2 id="docker-image">Docker image</h2>
|
||||
<p>You can use the <a href="https://hub.docker.com/r/filegator/filegator">official docker image</a></p>
|
||||
<h2 id="minimum-requirements">Minimum Requirements</h2>
|
||||
<ul>
|
||||
<li>PHP 7.2.5+ (with php-zip extension)</li>
|
||||
</ul>
|
||||
<h2 id="download-precompiled-build">Download precompiled build</h2>
|
||||
<p>Precompiled build is created for non-developers. In this version, the frontend (html, css and javascript) is compiled for you and the source code is removed so the final archive contains only minimum files.</p>
|
||||
<ul>
|
||||
<li>Download: <a href="https://github.com/filegator/static/raw/master/builds/filegator_latest.zip">latest release</a></li>
|
||||
<li>Download the <a href="https://github.com/filegator/static/raw/master/builds/filegator_latest.zip">latest release</a></li>
|
||||
<li>Unzip files and upload them to your PHP server</li>
|
||||
<li>Make sure your webserver can read and write to <code>filegator/repository/</code> and <code>filegator/private/</code> folders</li>
|
||||
<li>Set the website document root to <code>filegator/dist/</code> directory. This is also known as 'public' folder</li>
|
||||
|
Reference in New Issue
Block a user