Skip to main content

Requirements

In This Document

Before setting up the project, ensure your system meets the following requirements:

System Requirements

Prerequisites

The following software must be installed on your system before proceeding with the Planet project setup:

Required Software Versions
Node.js: >=18.0.0
npm: >=8.0.0
php: >=8.1
composer: >=2.1.0
docker: >=20.10.0

These requirements are essential for the proper functioning of the project. Make sure you have the correct versions installed on your system before proceeding with the installation.

Checking Your Installed Versions

You can verify your installed versions using the following commands:

Check Node.js and npm versions
node -v
npm -v

Expected output:

v18.16.0  # or higher
8.19.3 # or higher
Version Mismatch

If any of these components are missing or outdated, please install or update them before continuing with the project setup. Using incompatible versions may lead to unexpected issues during development.

Next Steps

Once you've confirmed that your system meets all the requirements, you can proceed to:

  1. Docker Setup - Install and configure Docker
  2. Project Setup - Set up the Planet project