From 536e3eba9ba734fdee117ecad3772bd1fe45ec0d Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Thu, 2 Apr 2020 18:02:19 +0200 Subject: [PATCH] Website generation with Couscous --- install.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/install.html b/install.html index 47e0e86..e763f97 100644 --- a/install.html +++ b/install.html @@ -146,6 +146,7 @@

NOTE: For security reasons /dist 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.

Install on fresh Ubuntu 18.04 or Debian 10.3

+

On a new server, login as root and copy/paste this into the shell:

apt update
 apt install -y wget unzip apache2 php libapache2-mod-php php-zip
 
@@ -159,14 +160,14 @@ chmod -R 775 filegator/
 echo "
 <VirtualHost *:80>
     DocumentRoot /var/www/filegator/dist
-    ServerName filegator.example.com
 </VirtualHost>
 " >> /etc/apache2/sites-available/filegator.conf
 
 a2dissite 000-default.conf
 a2ensite filegator.conf
-systemctl restart apache2
-

Open your browser and go to http://your.server.ip.address/filegator

+systemctl restart apache2 + +

Open your browser and go to http://your_server_ip_address

Show your support

Please star this repository on GitHub if this project helped you!

Upgrade