Website generation with Couscous

This commit is contained in:
Milos Stojanovic
2019-08-31 09:44:38 +02:00
parent 566011b02a
commit f56d338a76
2 changed files with 2 additions and 522 deletions

View File

@@ -134,9 +134,9 @@
<li>PHP 7.1.3+</li>
</ul>
<h2 id="download-precompiled-build">Download precompiled build</h2>
<p>Precompiled build is created for non-developers. In this version, the frontend (javascript) is compiled for you and the source code is removed so the final archive contains only minimum files.</p>
<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>Latest: <a href="https://github.com/filegator/static/raw/master/builds/filegator_v7.0.1.zip">v7.0.1</a></li>
<li>Download: <a href="https://github.com/filegator/static/raw/master/builds/filegator_v7.0.1.zip">v7.0.1</a></li>
<li>Unzip files and upload them to your PHP server</li>
<li>Make sure you webserver can read and write to <code>/storage</code> and <code>/private</code> folders</li>
<li>Set the website document root to <code>/dist</code> directory. This is also known as 'public' folder.</li>