Skip to content

Node JS version of the UNDP Greenhouse Gases Database

Notifications You must be signed in to change notification settings

slashroots/undp-ghg-v2

Repository files navigation

Requirements

  1. Application requires the credentials for sending emails using a SMTP server.
  • MAIL_HOST
  • MAIL_PORT
  • MAIL_AUTH_USER
  • MAIL_AUTH_PASS
  1. MongoDB credentials in the form of a connection string
  • MONGODB_URI
  1. Run the setup script to create a default user (you may modify default credentials in setup.js file)
  $> vim $APP_PATH/etl_activities/setup.js
  $> node $APP_PATH/etl_activities/setup.js
  1. Remove the setup script from the server and launch platform with credentials provided.
  $> rm $APP_PATH/etl_activities/setup.js
  1. Environment Variables

Widestage Credentials WIDESTAGE=<domain>::<username>::<password>

Upload Directory UPLOAD_DIR=/path/to/upload/directory

About

Node JS version of the UNDP Greenhouse Gases Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published