Website generation with Couscous

This commit is contained in:
Milos Stojanovic
2019-08-30 11:46:19 +02:00
parent 389d2370c0
commit 566011b02a
2 changed files with 3 additions and 0 deletions

View File

@@ -152,6 +152,7 @@ npm run lint
npm run e2e</code></pre>
<h2 id="deployment">Deployment</h2>
<p>Set the website document root to <code>/dist</code> directory. This is also known as 'public' folder.</p>
<p>NOTE: For security reasons <code>/dist</code> is the ONLY folder you want to be exposed through the web. Everything else should be outside of your web root, this way people cant access any of your important files through the browser.</p>
</section>
</div>

View File

@@ -134,6 +134,7 @@
<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>
<ul>
<li>Latest: <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>
@@ -143,6 +144,7 @@
<li>Login with default credentials <code>admin/admin123</code></li>
<li>Change default admin's password</li>
</ul>
<p>NOTE: For security reasons <code>/dist</code> is the ONLY folder you want to be exposed through the web. Everything else should be outside of your web root, this way people cant access any of your important files through the browser.</p>
<h2 id="upgrade">Upgrade</h2>
<p>Since version 7 is completely rewriten from scratch, there is no clear upgrade path from the older versions.</p>
<p>If you have an older version of FileGator please backup everything and install the script again.</p>