Skip to content

unepwcmc/ProtectedPlanet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 with Docker
  2. Release Process (Sync Data Management Portal Data to Protected Planet)
  3. Deployment
  4. Development workflow, conventions and tips
  5. Search
  6. Background Workers
  7. Downloads
  8. Caching
  9. CMS
  10. Relationships between Protected Areas and Parcels
  11. Green List Functionality
  12. DB Connection between PP and Data Management Portal (FDW) Setup - Production
  13. DB Connection between PP and Data Management Portal (FDW) Setup - Local Development
  14. Banner system

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