|
hace 3 semanas | |
---|---|---|
.. | ||
Readme.md | hace 3 semanas | |
run-tutorial-in-docker.sh | hace 3 semanas | |
run-tutorial2-in-docker.sh | hace 3 semanas | |
run-tutorial3-in-docker.sh | hace 3 semanas | |
run-tutorial4-in-docker.sh | hace 3 semanas |
The tutorials in the docs are for you to run step by step, command by command, so that every step clarifies more of what FlexMeasures is for, and what it can do for you.
However, sometimes one might want to run through them all. We scripted the tutorials, so they can be automated. They don't come with a guarantee.
For us, they are actually a step in our release checklist before we upload a new version to Pypi.
We run these tests in the docker compose stack:
docker compose build
docker compose up
./documentation/tut/scripts/run-tutorial-in-docker.sh
./documentation/tut/scripts/run-tutorial2-in-docker.sh
./documentation/tut/scripts/run-tutorial3-in-docker.sh
./documentation/tut/scripts/run-tutorial4-in-docker.sh
docker rm --force flexmeasures-dev-db-1
, then down
and up
with your compose stack..