How to install payloadcms/payload. 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.
payloadcms/payload Installation Guide
How to install payloadcms/payload. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for payloadcms/payload. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i payloadcms/payloador
Install via npx
npx @hexmos/ipm i payloadcms/payloadPrerequisites
Node.js
languageVersion: >=16.0.0
npm
package_managerVersion: 8.1.0
yarn
package_managerVersion: 2.0.14
git
system_toolFor version control and repository management.
Docker
system_toolOptional for containerization of the application.
Vercel
serviceVersion: 1.0.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Create Payload App with `create-payload-app` Command
pnpx create-payload-app@latestRun Example using `create-payload-app` Command
npx create-payload-app --example example_nameDeploy Payload to Vercel using `vercel deploy` Command
vercel deployPost Installation Steps
- Start the server: `pnpx start`
- Run database migrations: `npx payload-migrate`
- Access the UI: `http://localhost:3000/`
