Skip to content

unepwcmc/ProtectedPlanet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1594755 · Mar 10, 2025
Mar 23, 2023
Mar 10, 2025
Jan 30, 2020
Mar 10, 2025
May 19, 2023
Jan 22, 2025
Jan 5, 2024
Jan 24, 2023
Feb 28, 2025
Apr 28, 2014
Jun 12, 2024
Feb 3, 2025
Jun 16, 2014
Sep 2, 2020
Feb 1, 2023
Mar 10, 2023
Jul 2, 2021
Jul 1, 2020
Nov 7, 2023
Aug 21, 2020
Jul 1, 2021
Jun 19, 2019
Jan 7, 2020
Feb 28, 2025
Mar 6, 2025
Mar 6, 2025
Jan 12, 2023
Mar 6, 2025
Mar 6, 2025
Feb 2, 2023
Jun 10, 2014
Dec 20, 2023
Mar 15, 2019
May 8, 2019
Apr 28, 2014
Dec 20, 2023
Mar 6, 2025
Feb 4, 2019
Sep 16, 2022
Sep 16, 2022
May 8, 2019
Sep 16, 2022

Repository files navigation

Protected Planet

Build Status Code Climate Test Coverage

You can check out the previous version of Protected Planet on GitHub.

Topics

When you clone this repo please do it recursively. For the first time:

git clone --recurse-submodules

If you already cloned it:

git submodule update --init --recursive
  1. Getting Started and Configuration
  2. Importing and Managing the WDPA
  3. Deployment
  4. Development workflow, conventions and tips
  5. Search
  6. Background Workers
  7. Downloads
  8. Statistics
  9. Caching
  10. CMS

Licence

Protected Planet is released under the BSD 3-Clause License.

Local (after setup)

Run application (within separate tabs)

  1. elasticsearch
  2. redis-server
  3. ./bin/webpack-dev-server
  4. rails s