Bash script for installing or updating current plugin into the document server
- docker
- standalone docker-compose
- ifconfig
- google-chrome
-
Enter data in the .env file
-
Install the folder with the plugin in the directory
./assets
or use the script
Plugin must be contained in the project sdkjs_plugins
./lib/plugin_cloning.sh [PLUGIN NAME]
Add the name of the plugin of interest as the value of the variable
$PLUGIN_NAME
-
In the file ./plugin_run change the value of the variable
$PLUGIN_NAME
-
To install the plugin and start the document server, use the --ds flag
./plugin_run.sh --ds
-
To update the plugin, run the start.sh script without parameters
./plugin_run.sh