Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.57 KB

README.md

File metadata and controls

47 lines (37 loc) · 1.57 KB

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