Update README.md

This commit is contained in:
SeNS
2024-06-24 22:56:47 -04:00
committed by GitHub
parent a220b4526d
commit 2fb208bba9

View File

@@ -118,14 +118,14 @@ For simplicity, I'll use my current Ubuntu instance user name, you should replac
``` ```
### Edit file config.php and adjust variables ### Edit file config.php and adjust variables
(web site name, time zone etc.)
``` ```
sudo nano /home/ubuntu/uploader/config.php sudo nano /home/ubuntu/uploader/config.php
``` ```
### Copy all files to the folder created above: ### Copy all app files (html, php & js) to the app folder:
``` ```
cd /home/ubuntu/uploader/ sudo cp /home/ubuntu/uploader/*.php /home/ubuntu/uploader/*.js /home/ubuntu/uploader/*.html /var/www/html/uploader/
sudo cp -r * /var/www/html/uploader
``` ```
### Restart Apache to apply changes: ### Restart Apache to apply changes: