You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run the full owid-grapher codebase for a site, you run make up.full. That copies .env.example-full to .env, and starts the services.
However, there are many non-optional environment variables needed to set up the environment.
Problem
It's not clear where to get those variables from (as in, not documented), and not smooth to fill them in one by one.
Proposal
Add an interactive helper that helps you add one by one the missing environment variables that are not marked optional, until you have all you need to spin up the local server successfully.
The text was updated successfully, but these errors were encountered:
Question it sounds like "staff" could also be "open-source contributors" - is this correct? Maybe we need a distinction, or to be careful with language/definitions with the vision to have a full open-source project?
Question it sounds like "staff" could also be "open-source contributors" - is this correct? Maybe we need a distinction, or to be careful with language/definitions with the vision to have a full open-source project?
"staff" means folk that work at OWID. The make up.full recipe is one that only staff can run, since it needs a bunch of credentials that make up doesn't.
Context
To run the full
owid-grapher
codebase for a site, you runmake up.full
. That copies.env.example-full
to.env
, and starts the services.However, there are many non-optional environment variables needed to set up the environment.
Problem
It's not clear where to get those variables from (as in, not documented), and not smooth to fill them in one by one.
Proposal
Add an interactive helper that helps you add one by one the missing environment variables that are not marked optional, until you have all you need to spin up the local server successfully.
The text was updated successfully, but these errors were encountered: