Website generation with Couscous

This commit is contained in:
Milos Stojanovic
2021-03-23 11:19:29 +01:00
parent 69edd1513f
commit bd8cf28dc6

View File

@@ -136,7 +136,7 @@
<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>
<ul>
<li>Download: <a href="https://github.com/filegator/static/raw/master/builds/filegator_v7.5.1.zip">v7.5.1</a></li>
<li>Download: <a href="https://github.com/filegator/static/raw/master/builds/filegator_latest.zip">latest release</a></li>
<li>Unzip files and upload them to your PHP server</li>
<li>Make sure your webserver can read and write to <code>filegator/repository/</code> and <code>filegator/private/</code> folders</li>
<li>Set the website document root to <code>filegator/dist/</code> directory. This is also known as 'public' folder</li>
@@ -151,8 +151,8 @@
apt install -y wget unzip php apache2 libapache2-mod-php php-zip
cd /var/www/
wget https://github.com/filegator/static/raw/master/builds/filegator_v7.5.1.zip
unzip filegator_v7.5.1.zip &amp;&amp; rm filegator_v7.5.1.zip
wget https://github.com/filegator/static/raw/master/builds/filegator_latest.zip
unzip filegator_latest.zip &amp;&amp; rm filegator_latest.zip
chown -R www-data:www-data filegator/
chmod -R 775 filegator/