FlexMeasures / flexmeasures Public
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pip-installable #54
Merged
Merged
Pip-installable #54
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… var. Default is now ~/.flexmeasures.conf
…stance directory (as recommended by Flask docs); improve helpful error messages
…ll not get this info on staging anymore, but we can display the version now which contains such info)
…sures version via pkg_resources as that apparently is slow. Instead we can use importlib_metadata as we support Python 3.7.
… to run FlexMeasures, but print a warning if they are missing
5 tasks
Flix6x
reviewed
Mar 11, 2021
…sures into issue-51-Pip-installable
…oaded from env vars after possibly existing config file is read
…hange FLEXMEASURES_PUBLIC_DEMO to FLEXMEASURES_PUBLIC_DEMO_CREDENTIALS, add warning if FLEXMEASURES_REDIS_* settings are missing
…ironment variables
…Migrate about its location
…our migration history -> one complete db upgrade flow works now
…de out of the main view function.
…sures into issue-51-Pip-installable
I followed the pip installation tutorial successfully! Nice work. One tiny request: warn the user about needing the MAPBOX_ACCESS_TOKEN config parameter to view the map tiles on the dashboard: more info on how to obtain one can be found here: https://docs.mapbox.com/help/glossary/access-token/ |
Flix6x
reviewed
Mar 23, 2021
Flix6x
reviewed
Mar 23, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Make it possible to install FlexMeasures from pip and then configure and run it.
In the process,
flexmeasures
be the name of our CLI (instead offlask
)