Update README.md
This commit is contained in:
parent
60ed8cd244
commit
d1e1e638fb
1 changed files with 5 additions and 10 deletions
15
README.md
15
README.md
|
|
@ -29,7 +29,7 @@ This is an open-source, self-hosted web application designed to back up Microsof
|
|||
|
||||
## Installation Guide
|
||||
|
||||
The installation consists of two main stages: Azure Portal configuration and Server Installation.
|
||||
The installation process consists of two main parts: preparing the prerequisites in the Azure Portal and then running the installation script on your server.
|
||||
|
||||
### I. Azure Portal Configuration (Prerequisites)
|
||||
|
||||
|
|
@ -67,14 +67,9 @@ Before running the installation script, you must complete the following steps in
|
|||
|
||||
### II. Server Installation
|
||||
|
||||
Log into your fresh **Ubuntu 22.04 LTS** server and run the following commands.
|
||||
Log into your fresh **Ubuntu 22.04 LTS** server and follow these steps.
|
||||
|
||||
#### Step 1: Download the Script
|
||||
Use `wget` to download the latest installer from the GitHub repository.
|
||||
```bash
|
||||
# Download the installation script from GitHub
|
||||
wget https://github.com/DualStackAdmin/self-hosted-m365-backup/blob/main/install.sh
|
||||
|
||||
# Make the script executable
|
||||
chmod +x install.sh
|
||||
|
||||
# Run the script with sudo
|
||||
sudo ./install.sh
|
||||
wget [https://raw.githubusercontent.com/DualStackAdmin/self-hosted-m365-backup/main/install.sh](https://raw.githubusercontent.com/DualStackAdmin/self-hosted-m365-backup/main/install.sh)
|
||||
|
|
|
|||
Loading…
Reference in a new issue