Update README.md
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# File Uploader
|
# File Uploader
|
||||||
|
|
||||||
A simple file uploader application that allows authenticated users to upload, list, and delete files.
|
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
|
## Prerequisites
|
||||||
|
|
||||||
@@ -18,8 +18,6 @@ sudo apt install php libapache2-mod-php
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
For simplicity, I'll use my current Ubuntu instance user name, you should replace by yours.
|
|
||||||
|
|
||||||
### Clone
|
### Clone
|
||||||
```
|
```
|
||||||
git clone https://github.com/sensboston/uploader.git
|
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
|
### Configure PHP
|
||||||
|
Note: adjust PHP version in paths
|
||||||
|
|
||||||
Ensure the following PHP settings are in your **/etc/php/8.1/apache2/php.ini**:
|
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
|
## Usage
|
||||||
Open your web browser and navigate to https://yourserveraddress/uploader
|
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.
|
Choose a file to upload and click the "Upload" button.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user