Skip to content

akvo/unep-gpml

Repository files navigation

UNEP - GPML Digital Platform

Build Status

Development

Requirements

Usual commands

  • Start the development environment: docker-compose up -d
  • Stop dev environment: docker-compose down
  • If you want to clean up all the stored data use -v: docker-compose down -v

Website will be available at http://localhost:3001.

After you signup, you can approve your user and make him admin with:

./dc.sh exec db psql -U unep -d gpml -c "UPDATE stakeholder SET review_status='APPROVED', role='ADMIN' WHERE email='<your email here>'"