This is an old revision of the document!


Update Blocks version on Linux server

:!: Some advanced features, such as the Synchronizer and the Locator, may require updates to your Blocks license. If you're unsure whether you need such an update, please contact support@pixilab.se before upgrading.

See the release notes for details, as well as relevant posts on our forum. If you're not yet a forum member, just register here and we'll be happy to welcome you on board.

From the server desktop

  1. Download the gzip-file containing the latest version.
  2. Move the PIXILAB_Blocks_Linux.tar.gz file to the home directory of the pixi-server user of your Linux server.
  3. 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:
 cd /home/pixi-server
 ./stop.sh
 tar xvzf PIXILAB_Blocks_Linux.tar.gz
 ./start.sh

Make sure you keep other aspects of your Linux-based server up to date as well by following these instructions.

Remote using ssh

Provided ssh has been enabled on the server blocks updates can be done remote over ssh. User and computer must be changed depending on the local setup.

 ssh pixi-server@pixi.guide
 cd /home/pixi-server
 wget https://pixilab.se/outgoing/blocks/PIXILAB_Blocks_Linux.tar.gz
 ./stop.sh
 tar xvzf PIXILAB_Blocks_Linux.tar.gz
 ./start.sh