Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to requirements on the README #4123

Merged
merged 3 commits into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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