Welcome to the Initialization Scripts Repository for the Onyxia platform! This repository provides example scripts that can be used to configure and initialize various interactive services, such as RStudio, VSCode, or Jupyter Notebooks, when they are launched on the Onyxia platforms.
-
Make sure the repository containing your initialization script is public
-
Get the raw url of the script you want to initialize your service with or, preferably, create your own initialization script inspired by this repository.
-
When launching your service on the platform, configure your service. Go to the Init tab and fill in the url of your script.
-
You may want to save your configuration to find it later and avoid these steps.
-
Launch your service and enjoy
Contributions are welcome, feel free to submit pull requests 😊 Please, make sure the code is well documented and respect the following template:
#!/bin/sh
# This init script is used for ....
# Expected parameters :
# Indicate None if parameters are not needed, else :
# - parameter1 : brief description
# - parameter2 : brief description
For questions or support, please open an issue in this repository or contact the maintainers.