mirror of
https://github.com/filegator/filegator.git
synced 2025-08-01 22:40:18 +02:00
deploy: 2700f708ca
This commit is contained in:
@@ -125,7 +125,7 @@ docker compose -f docker-compose-dev.yml up</code></pre>
|
||||
<p>Once everything is ready visit: <a href="http://localhost:8080">http://localhost:8080</a> and login as admin/admin123, Ctrl+c to stop.</p>
|
||||
<p>See <code>docker-compose-dev.yml</code> for more informations about configurations and dependencies.</p>
|
||||
<h2 id="project-setup-for-development-linux">Project setup for development (Linux)</h2>
|
||||
<p>You must have <code>git</code>, <code>php</code>, <code>npm</code>, and <code>composer</code> installed.</p>
|
||||
<p>You must have <code>git</code>, <code>php</code>, <code>node (v14)</code>, <code>npm</code>, and <code>composer</code> installed.</p>
|
||||
<pre><code>git clone https://github.com/filegator/filegator.git
|
||||
cd filegator
|
||||
cp configuration_sample.php configuration.php
|
||||
|
@@ -125,6 +125,7 @@ visit: http://127.0.0.1:8080 login as admin/admin123</code></pre>
|
||||
<h2 id="minimum-requirements">Minimum Requirements</h2>
|
||||
<ul>
|
||||
<li>PHP 7.2.5+ (with php-zip extension)</li>
|
||||
<li>Node v12 or v14</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>
|
||||
|
Reference in New Issue
Block a user