diff --git a/development.html b/development.html index 1d6f959..81b1ebd 100644 --- a/development.html +++ b/development.html @@ -139,7 +139,6 @@ sudo chmod -R 777 repository/ composer install npm install npm run build -
We also have a sample docker image here
The following command will launch backend and frontend on ports 8081 and 8080:
npm run serve
diff --git a/install.html b/install.html
index e763f97..cb38dd4 100644
--- a/install.html
+++ b/install.html
@@ -129,7 +129,7 @@
/repository
and /private
folders/dist
directory. This is also known as 'public' folder/private/logs/app.log
filegator/repository/
and filegator/private/
foldersfilegator/dist/
directory. This is also known as 'public' folderfilegator/private/logs/app.log
admin/admin123
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.
On a new server, login as root and copy/paste this into the shell:
+On a new server (get $100 in credits for servers here) login as root and copy/paste this into the shell:
apt update
apt install -y wget unzip apache2 php libapache2-mod-php php-zip
@@ -166,7 +166,8 @@ echo "
a2dissite 000-default.conf
a2ensite filegator.conf
systemctl restart apache2
-
+
+exit
Open your browser and go to http://your_server_ip_address
Please star this repository on GitHub if this project helped you!