Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
blocks:server:update_blocks [2023-03-15 07:25]
mattias
blocks:server:update_blocks [2023-03-15 08:43]
mattias
Line 1: Line 1:
 =====Update Blocks version on Linux server===== =====Update Blocks version on Linux server=====
  
 +===From the server desktop===
   - Download the [[https://pixilab.se/outgoing/blocks/PIXILAB_Blocks_Linux.tar.gz|gzip-file]] containing the latest version.   - Download the [[https://pixilab.se/outgoing/blocks/PIXILAB_Blocks_Linux.tar.gz|gzip-file]] containing the latest version.
   - Move the PIXILAB_Blocks_Linux.tar.gz file to the home directory of the //pixi-server// user of your Linux server.   - Move the PIXILAB_Blocks_Linux.tar.gz file to the home directory of the //pixi-server// user of your Linux server.
-  - Unpack the file on your Linux server, thus replacing the previous files/folders with the same names, by running the following from a terminal window opened under the //pixi-server// user's account:+  - Stop the server, Unpack the file on your Linux server, thus replacing the previous files/folders with the same names, start the server by running the following commands one by one from a terminal window opened under the //pixi-server// user's account:
  
 <code> <code>
-cd /home/pixi-server + 
-tar xvzf PIXILAB_Blocks_Linux.tar.gz+ cd /home/pixi-server 
 + ./stop.sh 
 + tar xvzf PIXILAB_Blocks_Linux.tar.gz 
 + ./start.sh
 </code> </code>
 Make sure you keep other aspects of your Linux-based server up to date as well by [[blocks:server:tweaks |following these instructions]]. Make sure you keep other aspects of your Linux-based server up to date as well by [[blocks:server:tweaks |following these instructions]].