How to install Unitech/pm2. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
Unitech/pm2 Installation Guide
How to install Unitech/pm2. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for Unitech/pm2. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i Unitech/pm2or
Install via npx
npx @hexmos/ipm i Unitech/pm2Prerequisites
Node.js
languageVersion: >= 12.x
Bun
package_managerVersion: v1
npm
package_managerVersion: latest
pm2
package_managerVersion: latest
Linux (stable)
osPM2 works on Linux, macOS and Windows.
Git
system_toolVersion: latest
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install via npm
npm install pm2Post Installation Steps
- Start the server using the command: `pm2 start app.js`
- Run database migrations using the command: `pm2 migrate`
- Access the application by visiting the URL provided in your terminal during installation.
