mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-23 15:22:34 +02:00
Updated 🔧 How to Install (markdown)
parent
9ae29752ff
commit
2ce8d2a723
1 changed files with 8 additions and 2 deletions
|
@ -51,9 +51,15 @@ docker run -d --restart=always -p <YOUR_PORT>:3001 -v <YOUR_DIR OR VOLUME>:/app/
|
|||
|
||||
### 💪🏻 Without Docker (Recommended for x86/x64 only)
|
||||
|
||||
Required Tools: Node.js >= 14, git and pm2.
|
||||
It should supports Linux/Windows/MacOS.
|
||||
|
||||
Required Tools:
|
||||
- [Node.js](https://nodejs.org/en/) >= 14
|
||||
- [Git](https://git-scm.com/downloads)
|
||||
- [PM2](https://pm2.keymetrics.io/)
|
||||
- (Optional) [cloudflared](https://github.com/cloudflare/cloudflared)
|
||||
- (Optional) [Apprise](https://github.com/caronc/apprise)
|
||||
|
||||
(**Not recommended for ARM CPU users.** Since there is no prebuilt for node-sqlite3, it is hard to get it running)
|
||||
|
||||
```bash
|
||||
# Update your npm to the latest version
|
||||
|
|
Loading…
Add table
Reference in a new issue