This commit is contained in:
alcalbg
2024-04-18 10:43:16 +00:00
parent 7a1c075223
commit bb65367b63

View File

@@ -124,7 +124,14 @@
<section class="col-sm-offset-3 col-lg-offset-2 col-sm-9 col-lg-10">
<h2 id="project-setup-for-development-linux">Project setup for development (Linux)</h2>
<h2 id="project-setup-for-development-docker">Project setup for development (Docker)</h2>
<pre><code>git clone https://github.com/filegator/filegator.git
cd filegator
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>If you're tweaking dependencies then you must rebuild with:</p>
<pre><code>docker compose -f docker-compose-dev.yml up --build</code></pre>
<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>
<pre><code>git clone https://github.com/filegator/filegator.git
cd filegator