install strapi
1. Update your server sudo apt update && sudo apt upgrade -y 2. Install Node.js (LTS recommended, e.g. Node 18 or 20) Strapi requires Node.js ≥ 18. Install using NodeSource (recommended): curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - sudo apt install -y nodejs Check version: node -v npm -v 3. Install Yarn (optional but recommended) npm install -g yarn Check version: yarn -v 4. Install Strapi (using npx) Go to the folder where you want Strapi: root@server1:/home/strapi.cloudvariation.in/public_html# npx create-strapi-app@latest cloudvariation Strapi v5.25.0 🚀 Let's create your new project 🚀 Welcome to Strapi! Ready to bring your project to life? Create a free account and get: ✨ 30 days of access to the Growth plan, which includes: ✅ Single Sign-On (SSO) login ✅ Content History ✅ Releases ? Please log in or sign up. Skip ? Do you want to use the default database (sqlite) ? Yes ? Start with an example structure & data? Yes ? Start w...