How to install reactioncommerce/reaction. 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.
reactioncommerce/reaction Installation Guide
How to install reactioncommerce/reaction. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for reactioncommerce/reaction. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i reactioncommerce/reactionor
Install via npx
npx @hexmos/ipm i reactioncommerce/reactionPrerequisites
Node.js
languageVersion: >=14.18.1 < 16.0.0
MongoDB
system_packageVersion: undefined
Docker
system_toolVersion: undefined
Git
knowledgeVersion: undefined
pnpm
package_managerVersion: 7.11.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Docker Compose
npm install -g pnpm@7.11.0
git clone https://github.com/reactioncommerce/reaction.git
cd reaction
pnpm install
cp apps/reaction/.env.example apps/reaction/.env
docker-compose up -d
pnpm run start:devPackage Manager (PNPM)
npm install -g pnpm@7.11.0
pnpm installPost Installation Steps
- Start the server: `npm run start`
- Run database migrations: `npx db:migrate`
