Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 763 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 763 Bytes

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>'"