Update README.md
This commit is contained in:
parent
8ded811f92
commit
9a0dc8017b
1 changed files with 38 additions and 0 deletions
38
README.md
38
README.md
|
|
@ -74,3 +74,41 @@ Use `wget` to download the latest installer from the GitHub repository.
|
|||
```bash
|
||||
wget https://raw.githubusercontent.com/DualStackAdmin/self-hosted-m365-backup/main/install.sh
|
||||
```
|
||||
|
||||
#### Step 2: Make the Script Executable
|
||||
Grant execution permissions to the downloaded file.
|
||||
```bash
|
||||
chmod +x install.sh
|
||||
```
|
||||
|
||||
Step 3: Run the Installer
|
||||
Execute the script with sudo privileges.
|
||||
|
||||
```bash
|
||||
sudo ./install.sh
|
||||
```
|
||||
|
||||
The script will first ask you to confirm that you have set the Redirect URI in the Azure Portal. It will then become interactive and ask for the following details to configure the application:
|
||||
|
||||
Azure Tenant ID
|
||||
|
||||
Application (Client) ID
|
||||
|
||||
Client Secret Value (your input will be hidden)
|
||||
|
||||
Allowed Admin Emails (comma-separated list)
|
||||
|
||||
After you provide this information, the script will complete the entire installation and configuration automatically.
|
||||
|
||||
🚀 Usage
|
||||
After the installation is complete, open a browser and navigate to https://<your_server_ip>.
|
||||
|
||||
Accept the browser's security warning (this is normal for a self-signed certificate).
|
||||
|
||||
You will be redirected to the Microsoft login page. Sign in with your authorized M365 account.
|
||||
|
||||
New Backup: Used to start a new backup task.
|
||||
|
||||
Existing Backups: Used to browse, search, and preview existing backups.
|
||||
|
||||
Tasks: Used to monitor the status of background and completed tasks.
|
||||
|
|
|
|||
Loading…
Reference in a new issue