[call-me] - add self-hosting automation scripts readme
This commit is contained in:
@@ -88,7 +88,7 @@ docker-compose up
|
||||
|
||||
1. `Open` your browser and visit [http://localhost:8000](http://localhost:8000).
|
||||
|
||||
2. `Sign in` with your username.
|
||||
2. `Join` with your username or `Call` directly the recipient.
|
||||
|
||||
3. `Select` the connected recipient's username and click `Call`.
|
||||
|
||||
@@ -112,6 +112,50 @@ You can explore a `widget` example that demonstrates this functionality [here](.
|
||||
|
||||
---
|
||||
|
||||
<details open>
|
||||
<summary>Self-Hosting</summary>
|
||||
|
||||
</br>
|
||||
|
||||

|
||||
|
||||
## **Requirements**
|
||||
|
||||
- A clean server running **Ubuntu 22.04 or 24.04 LTS**
|
||||
- **Root access** to the Server
|
||||
- A **domain or subdomain** pointing to your server’s public IPv4
|
||||
|
||||
---
|
||||
|
||||
## Note
|
||||
|
||||
When **prompted**, simply **enter your domain or subdomain**. Then wait for the installation to complete.
|
||||
|
||||
```bash
|
||||
# Install
|
||||
wget -qO cme-install.sh https://docs.mirotalk.com/scripts/cme/cme-install.sh \
|
||||
&& chmod +x cme-install.sh \
|
||||
&& ./cme-install.sh
|
||||
```
|
||||
|
||||
```bash
|
||||
# Uninstall
|
||||
wget -qO cme-uninstall.sh https://docs.mirotalk.com/scripts/cme/cme-uninstall.sh \
|
||||
&& chmod +x cme-uninstall.sh \
|
||||
&& ./cme-uninstall.sh
|
||||
```
|
||||
|
||||
```bash
|
||||
# Update
|
||||
wget -qO cme-update.sh https://docs.mirotalk.com/scripts/cme/cme-update.sh \
|
||||
&& chmod +x bro-update.sh \
|
||||
&& ./cme-update.sh
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
---
|
||||
|
||||
## Fast Integration
|
||||
|
||||

|
||||
@@ -146,10 +190,4 @@ Docs: http://localhost:8000/api/v1/docs/ or you can check it out live in prod [h
|
||||
|
||||
---
|
||||
|
||||
## Self-Hosting
|
||||
|
||||
To install this on your VPS, VDS, or personal server, please follow the instructions in **[the self-hosting documentation](./doc/self-hosting.md)**.
|
||||
|
||||
---
|
||||
|
||||

|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
Reference in New Issue
Block a user