akvo / unep-gpml

UNEP - GPML Digital Platform
GNU Affero General Public License v3.0
6 stars 2 forks source link

UNEP - GPML Digital Platform

Build Status

Development

Requirements

Usual commands

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