diff --git a/README.md b/README.md index a9d9f4dc86..4ec310e8de 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # DKAN -[DKAN](https://dkan.readthedocs.io/en/latest) - An Open Data Catalog built on [Drupal 9](https://www.drupal.org/documentation) +[DKAN](https://dkan.readthedocs.io/en/latest) - An Open Data Catalog built on [Drupal 9/10](https://www.drupal.org/documentation) [![GetDKAN](https://circleci.com/gh/GetDKAN/dkan/tree/2.x.svg?style=svg)](https://circleci.com/gh/GetDKAN/dkan/tree/2.x) [![Maintainability](https://api.codeclimate.com/v1/badges/a02bf3362b94749579a1/maintainability)](https://codeclimate.com/github/GetDKAN/dkan/maintainability) diff --git a/docs/source/installation/index.rst b/docs/source/installation/index.rst index 3ceae9a3d2..394f4e2c04 100644 --- a/docs/source/installation/index.rst +++ b/docs/source/installation/index.rst @@ -8,6 +8,7 @@ Installation For either working on a project locally or working on the core DKAN software and libraries, using a standardized, `docker `_-based local environment is recommended. +- [Installing Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx) - [Installing Docker](https://ddev.readthedocs.io/en/latest/users/install/docker-installation/) - [Installing DDEV](https://ddev.readthedocs.io/en/latest/users/install/ddev-installation/) @@ -17,13 +18,13 @@ This will ensure you have the same setup as DKAN's core developers, and that you Requirements ------------ -DKAN is based on `Drupal software `_ and -- generally -- runs anywhere Drupal is supported. For the most common setup, we reccomend: +DKAN is based on `Drupal software `_ and -- generally -- runs anywhere Drupal is supported. For the most common setup, we reccomend: - MySQL: minimum version 5.7.8+ with PDO -- PHP: minimum version 7.4.x or 8.0 +- PHP: minimum version 8.0 or 8.1 - Apache: minimum version 2.4.7 -- Drush: minimum version 9.x. -- Node: minimum version 10 (if using the decoupled frontend) +- Drush: minimum version 10.x. +- Node: minimum version 16 (if using the decoupled frontend) Starting a new DKAN project ---------------------------