Skip to content

Commit

Permalink
README indicate Drupal 10 support (#3970)
Browse files Browse the repository at this point in the history
  • Loading branch information
grugnog committed May 19, 2023
1 parent a1542ee commit 0d648a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
9 changes: 5 additions & 4 deletions docs/source/installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.docker.com/>`_-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/)

Expand All @@ -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 <https://www.drupal.org/>`_ and -- generally -- runs anywhere Drupal is supported. For the most common setup, we reccomend:
DKAN is based on `Drupal software <https://www.drupal.org/docs/getting-started/system-requirements>`_ 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
---------------------------
Expand Down

0 comments on commit 0d648a1

Please sign in to comment.