Automatic code execution
Nuvolos support automated code execution upon app startup. This can be useful if you want to run some initialization steps upon each startup, or if you want to automatically start a calculation on app startup.
You can define a startup.sh file in the workspace (inside the running userapp, it will be located at /files/startup.sh) that will be automatically executed in the background via bash upon app startup.
The stdout and stderr streams of the script are redirected to /files/startup.log, so the progress of the script can be tracked via its output in real time.
Last updated
Was this helpful?