Skip to content

Commit

Permalink
docs upd
Browse files Browse the repository at this point in the history
  • Loading branch information
alcalbg committed Apr 2, 2020
1 parent dfdb5b7 commit bba1f9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/install.md
Expand Up @@ -20,6 +20,7 @@ Precompiled build is created for non-developers. In this version, the frontend (
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
Expand All @@ -34,15 +35,15 @@ 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
Open your browser and go to http://your_server_ip_address



Expand Down

0 comments on commit bba1f9a

Please sign in to comment.