From 6353d1c10655477cff905c725de43366d77fb30c Mon Sep 17 00:00:00 2001 From: SeNS Date: Thu, 27 Jun 2024 11:48:06 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d3c8f6b..6e07fe6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # File Uploader A simple file uploader application that allows authenticated users to upload, list, and delete files. -The application uses PHP and a Python authentication service running on Apache2. +The application uses PHP, running on Apache2, Ubuntu (but definitely should work everything). ## Prerequisites @@ -18,8 +18,6 @@ sudo apt install php libapache2-mod-php ## Installation -For simplicity, I'll use my current Ubuntu instance user name, you should replace by yours. - ### Clone ``` git clone https://github.com/sensboston/uploader.git @@ -35,6 +33,7 @@ For simplicity, I'll use my current Ubuntu instance user name, you should replac ``` ### Configure PHP + Note: adjust PHP version in paths Ensure the following PHP settings are in your **/etc/php/8.1/apache2/php.ini**: ``` @@ -99,7 +98,7 @@ For simplicity, I'll use my current Ubuntu instance user name, you should replac ## Usage Open your web browser and navigate to https://yourserveraddress/uploader -Enter your username and password to authenticate. +Enter username and password, stored in **user.txt** to authenticate. Choose a file to upload and click the "Upload" button.