Water The Trees is a platform that crowd sources tree planting and maintenance. We believe in the power of trees to restore natural habitat for animals, insects, and fauna. We are interesting in continuous massive tree planting events to help sequester carbon and stabilize climate change extremes.
https://docs.google.com/document/d/1L5Hc8_K_NhVhAejdE05C_Y__CgqeBWFrFYFoNqBSBbQ/edit Water the Trees is an open source project run by tree planting volunteers at Sierra Club, Public Works, and developers at Code for America.
- install git https://git-scm.com/downloads
- install docker https://www.docker.com/get-started
- install docker-compose (only on linux, on osx this installs with docker)
- Open terminal and run this
$ git clone https://github.com/waterthetrees/waterthetrees.git
$ cd waterthetrees
- run shell script to clone all repos and do docker-compose:
$ ./install_and_build.sh
- Command T (on osx)
$ cd wtt_front;npm start;
- Command T (on osx)
$ cd wtt_server;npm start;
- On linux
$ sudo apt-get install -y nodejs
$ npm install -g n
- On linux
$ sudo apt-get install gcc g++ make
- On OSX
$ xcode-select --install
- On linux
$ curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
$ echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
$ sudo apt-get update && sudo apt-get install yarn
pm2 reload ecosystem.config.js --env production node server/server-api.js production