mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 19:57:09 +00:00
docs: document --main install option for testing latest fixes
- Added to README.md Quick Start section - Added comprehensive docs in INSTALL.md - Explains when and why to use --main option - Notes build dependencies requirement
This commit is contained in:
@@ -70,6 +70,9 @@ curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | b
|
||||
|
||||
# Alternative: Docker
|
||||
docker run -d -p 7655:7655 -v pulse_data:/data rcourtman/pulse:latest
|
||||
|
||||
# Testing: Install from main branch source (for testing latest fixes)
|
||||
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash -s -- --main
|
||||
```
|
||||
|
||||
**Proxmox users**: The installer detects PVE hosts and automatically creates an optimized LXC container. Choose Quick mode for one-minute setup.
|
||||
|
||||
@@ -124,6 +124,17 @@ curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | b
|
||||
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash -s -- --rc
|
||||
```
|
||||
|
||||
### Install from Source (Testing)
|
||||
Build and install directly from the main branch to test the latest fixes before they're released:
|
||||
```bash
|
||||
# Install from main branch (latest development code)
|
||||
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash -s -- --main
|
||||
|
||||
# Install from a specific branch
|
||||
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash -s -- --source develop
|
||||
```
|
||||
**Note:** This builds Pulse from source code on your machine. Requires Go, Node.js, and npm.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### Permission Denied
|
||||
|
||||
Reference in New Issue
Block a user