How to install swoole/swoole-src. 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.
swoole/swoole-src Installation Guide
How to install swoole/swoole-src. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for swoole/swoole-src. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i swoole/swoole-srcor
Install via npx
npx @hexmos/ipm i swoole/swoole-srcPrerequisites
swoole
package_managerVersion: 3.0.0+ (or latest)
Python
languageVersion: >=3.6
Git
system_toolVersion: 2.30.1+ (or latest)
Node.js
package_managerVersion: >=16.0.0
npm
package_managerVersion: 8.14.0+ (or latest)
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Source Code Installation (Manual)
git clone https://github.com/swoole/swoole-src.git
cd swoole-src
make installPost Installation Steps
- Start the server using the command: `swoole-server -c config.json`.
- Run database migrations with the command: `php artisan migrate`
