Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
blocks:manage_script_directory [2024-03-26 09:46]
mattias [Manage the script directory]
blocks:manage_script_directory [2024-04-24 06:58] (current)
mattias
Line 25: Line 25:
 ====Update the script directory==== ====Update the script directory====
 An update of the files is the same thing as with the fresh install for any desktop environment. For linux there is a script that automates this:  An update of the files is the same thing as with the fresh install for any desktop environment. For linux there is a script that automates this: 
-===Production Linux environments=== +===Production Linux Deskotop environments=== 
-For production Linux environments, one can use the update_scripts.sh that automates the whole procedure including making a security copy and stopping the server. Before running the script, cd into the /script/ directory in the cli.+For production Linux environments provision with our image, one can use the update_scripts.sh that automates the whole procedure including making a security copy and stopping the server. Before running the script, cd into the /script/ directory in the cli. The script has some dependencies that may be missing in i.e virtual machines not provisioned by the image
 <code> <code>
 pixi-server@pixi:~$ cd PIXILAB-Blocks-root/script/ pixi-server@pixi:~$ cd PIXILAB-Blocks-root/script/
Line 34: Line 34:
 pixi-server@pixi:~/PIXILAB-Blocks-root/script$ ./update_scripts.sh pixi-server@pixi:~/PIXILAB-Blocks-root/script$ ./update_scripts.sh
 </code> </code>
-In case the environment has not been set up from the Pixilab image, one may have to make the file excutable before running the script. +
-<code> +
-pixi-server@pixi:~/PIXILAB-Blocks-root/script$ chmod +x update_scripts.sh +
-</code>+
 ===Linux Desktop=== ===Linux Desktop===
 ===Linux CLI=== ===Linux CLI===