mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-07-13 15:14:49 -06:00
Update README.md
This commit is contained in:
parent
a9c70fd17b
commit
adebbe11c3
18
README.md
18
README.md
@ -39,9 +39,27 @@ yarn build
|
||||
This will create a `dist` folder with the compiled assets.
|
||||
|
||||
## Self-Hosted - Evolution Manager CLI and PM2
|
||||
### Straight to the Point: Quick Setup with PM2
|
||||
|
||||
To quickly install Evolution Manager globally and set it up with PM2, follow these commands:
|
||||
|
||||
1. **Install Evolution Manager Globally**:
|
||||
```bash
|
||||
npm install -g evolution-manager
|
||||
```
|
||||
|
||||
2. **Set Up PM2 for Evolution Manager**:
|
||||
```bash
|
||||
evolution-manager pm2 setup
|
||||
```
|
||||
|
||||
These two steps will install the Evolution Manager CLI globally on your system and configure it to run with PM2, a powerful process manager.
|
||||
|
||||
### Installation and Configuration
|
||||
|
||||
These two steps will install the Evolution Manager CLI globally on your system and configure it to run with PM2, a powerful process manager.
|
||||
|
||||
|
||||
1. **Install Evolution Manager Globally**:
|
||||
- Ensure Node.js and NPM are installed on your system.
|
||||
- Install Evolution Manager globally using NPM to access the CLI (Command Line Interface):
|
||||
|
Loading…
Reference in New Issue
Block a user