Update README.md
This commit is contained in:
parent
165c510d8c
commit
c033693da8
1 changed files with 10 additions and 19 deletions
29
README.md
29
README.md
|
|
@ -67,23 +67,14 @@ Before running the installation script, you must complete the following steps in
|
|||
|
||||
### II. Server Installation
|
||||
|
||||
1. **Requirements:** A fresh **Ubuntu 22.04 LTS** server.
|
||||
2. Copy the `install.sh` script to the server.
|
||||
3. Make the file executable:
|
||||
```bash
|
||||
chmod +x install.sh
|
||||
```
|
||||
4. Run the script with `sudo`:
|
||||
```bash
|
||||
sudo ./install.sh
|
||||
```
|
||||
5. The script will prompt you for the Azure credentials you gathered (Tenant ID, Client ID, Client Secret) and the list of admin emails who are allowed to use the application.
|
||||
6. Wait for the installation process to complete. The script will output the IP address to access the application.
|
||||
Log into your fresh **Ubuntu 22.04 LTS** server and run the following commands.
|
||||
|
||||
## Usage
|
||||
- After the installation is finished, 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.
|
||||
```bash
|
||||
# Download the installation script from GitHub
|
||||
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)
|
||||
|
||||
# Make the script executable
|
||||
chmod +x install.sh
|
||||
|
||||
# Run the script with sudo
|
||||
sudo ./install.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue