Website generation with Couscous

This commit is contained in:
Milos Stojanovic
2020-04-03 10:12:13 +02:00
parent 848bd8beae
commit 104fba713b

View File

@@ -131,7 +131,7 @@
<section class="col-sm-offset-3 col-lg-offset-2 col-sm-9 col-lg-10">
<h2 id="minimum-requirements">Minimum Requirements</h2>
<ul>
<li>PHP 7.1.3+</li>
<li>PHP 7.1.3+ (with php-zip extension)</li>
</ul>
<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>
@@ -146,9 +146,9 @@
</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="install-on-fresh-ubuntu-1804-or-debian-103">Install on fresh Ubuntu 18.04 or Debian 10.3</h2>
<p>On a new server (<a href="https://m.do.co/c/93994ebda78d">get $100 in credits for servers here</a>) login as root and copy/paste this into the shell:</p>
<p>On a new server (<a href="https://m.do.co/c/93994ebda78d">get $100 in server credits</a>) login as root and enter this into the shell:</p>
<pre><code>apt update
apt install -y wget unzip apache2 php libapache2-mod-php php-zip
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.3.4.zip