722 B
722 B
app_sdk.py
This is the SDK used for apps to behave like they should. To change it in the backend, upload it to Buckets/shuffler.appspot.com/generated_apps/baseline.
static_baseline.py
It's used for python code generation and should be under MIT. Has to be located here because it's used by the backend.
If you want to update apps.. PS: downloads from docker hub do overrides.. :)
- Write your code & check if runtime works
- Build app_base image
- docker rm $(docker ps -aq) # Remove all stopped containers
- Delete the specific app's Docker image (docker rmi frikky/shuffle:...)
- Rebuild the Docker image (click load in GUI?)
LICENSE
Everything in here is MIT, not AGPLv3 as indicated by the license.