Skip to content

Commit

Permalink
Add link to requirements on the README (#4123)
Browse files Browse the repository at this point in the history
  • Loading branch information
janette committed Feb 15, 2024
1 parent 88e03a9 commit 8d092bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
## Documentation
DKAN's documentation can be found at https://dkan.readthedocs.io/en/latest

Requirements: https://dkan.readthedocs.io/en/latest/installation/index.html#requirements

---

Expand All @@ -34,4 +35,4 @@ DKAN and related modules are freely-available under the ["GNU General Public Lic

- DKAN’s initial v1.0 release was in 2014 (this code is still available on the [7.x-1.x branch](https://github.com/GetDKAN/dkan/tree/7.x-1.x), although no longer supported).
- In the fall of 2017, CivicActions took over sponsorship and maintenance of DKAN.
- In May 2020 CivicActions released a completely rewritten version of DKAN to support Drupal 8, then 9 and 10. This new version (v2) was a complete ground up rebuild of the platform, integrating architectural insight from DKAN v1 and many new capabilities.
- In May 2020 CivicActions released a completely rewritten version of DKAN to support Drupal 8, then 9 and 10. This new version (v2) was a complete ground up rebuild of the platform, integrating architectural insight from DKAN v1 and many new capabilities.
2 changes: 1 addition & 1 deletion docs/source/drush_commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dkan:datastore:import
~~~~~~

dkan:datastore:localize
---------------------
-----------------------

You can manually 'localize' the source files for a distribution, by fetching a
copy to the local file system.
Expand Down
6 changes: 3 additions & 3 deletions docs/source/installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Requirements

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:

- Drupal 9.5+/10
- Drupal 10+
- MySQL: minimum version 5.7.8+ with PDO
- PHP: minimum version 8.0 or 8.1
- PHP: minimum version 8.1
- Apache: minimum version 2.4.7
- Drush: minimum version 10.x.
- Drush: minimum version 11.x.
- Node: minimum version 18 (if using the decoupled frontend)

Starting a new DKAN project
Expand Down

0 comments on commit 8d092bb

Please sign in to comment.