Installation guide update

Created on 17 January 2024, 5 months ago
Updated 3 February 2024, 5 months ago

Problem/Motivation

Following the installation guide,
https://drupalwxt.github.io/docs/general/installation/
which says to install 9.5.x, I substitute 10.2.x and my test environment was inadvertantly set to use php 8.1
this results in:
symfony/config v7.0.0 requires php >=8.2 -> your php version (8.1.23) does not satisfy that requirement.

So basically the installation guide needs to be updated:

If you have php 8.2
install 10.2.x
composer create-project drupalwxt/site-wxt:10.2.x-dev <site-name> --no-interaction

if you have php 8.1
install 10.1.x
composer create-project drupalwxt/site-wxt:10.1.x-dev <site-name> --no-interaction
https://drupalwxt.github.io/docs/general/installation/

There's some other references about a tarball in the installation instructions, I think that can be dropped.

Also, it's a bit confusing for n00bs that 10.2.x gives us 5.2.x
Perhaps a note in the installation instructions about which version gives which version of wxt and drupal core

Steps to reproduce

n00b instructions for installing WxT

Proposed resolution

See issue summary, update the guide https://drupalwxt.github.io/docs/general/installation/

🌱 Plan
Status

Fixed

Version

5.2

Component

Documentation

Created by

πŸ‡¨πŸ‡¦Canada joseph.olstad

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024