mirror of
https://github.com/filegator/filegator.git
synced 2025-08-24 12:52:50 +02:00
Website generation with Couscous
This commit is contained in:
@@ -152,6 +152,7 @@ npm run lint
|
|||||||
npm run e2e</code></pre>
|
npm run e2e</code></pre>
|
||||||
<h2 id="deployment">Deployment</h2>
|
<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>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 can’t access any of your important files through the browser.</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@@ -134,6 +134,7 @@
|
|||||||
<li>PHP 7.1.3+</li>
|
<li>PHP 7.1.3+</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2 id="download-precompiled-build">Download precompiled build</h2>
|
<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>
|
<ul>
|
||||||
<li>Latest: <a href="https://github.com/filegator/static/raw/master/builds/filegator_v7.0.1.zip">v7.0.1</a></li>
|
<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>
|
<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>Login with default credentials <code>admin/admin123</code></li>
|
||||||
<li>Change default admin's password</li>
|
<li>Change default admin's password</li>
|
||||||
</ul>
|
</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 can’t access any of your important files through the browser.</p>
|
||||||
<h2 id="upgrade">Upgrade</h2>
|
<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>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>
|
<p>If you have an older version of FileGator please backup everything and install the script again.</p>
|
||||||
|
Reference in New Issue
Block a user