Manual Update - Linux

Manual Update - Linux

Before performing any procedures, we recommend backing up your projects.

To back up Scriptcase:

Go to Settings > Administration, and in the side menu, access Services > Backup. A .ZIP file will be generated with all your projects — save this file in a secure directory.
Alternatively, you can compress and save the entire Scriptcase folder in a safe location.

Below, we will see how to manually update Scriptcase:

  1. Download Scriptcase in .ZIP format from our official website.

  2. Now, we need to extract the downloaded .tar.gz file and copy its contents to the current Scriptcase directory. To do this, access the Linux terminal and run the following commands in order:
    1. sudo su
    2. tar -zxvf scriptcase-9.9.014-pt_br-php.8.1.tgz 
    3. cp -R scriptcase-9.9.014-pt_br-php8.1/* /opt/NetMake/v9-php81/wwwroot/scriptcase
    4. chmod 777 -R scriptcase/ 

    Notes
    /opt/NetMake/v9-php81/wwwroot/scriptcase is the default Scriptcase path. If it was installed in a different location, use the correct path.


  3. To confirm the update, after transferring the files, access your Scriptcase and go to Help > Check for updates.
    • Related Articles

    • Manual Backup

      How to make a Manual backup of scriptcase ? The app folder is not a backup for your projects 1) First copy the scriptcase database, below are the paths to the file, and replaces in the respective directory of the new installation: You can find this ...
    • Manual Update - Mac OS

      Before performing any procedures, we recommend backing up your projects. To back up Scriptcase: Go to Settings > Administration, and in the side menu, access Services > Backup. A .ZIP file will be generated with all your projects — save this file in ...
    • Manual Update - Windows

      Before performing any procedure, we recommend making a backup of your projects. To back up Scriptcase: Go to Settings > Administration, then in the side menu access Services > Backup. A file (.ZIP) containing all your projects will be generated. Save ...
    • Install ScriptCase PHP 7.0 on a XAMPP on Linux

      Xampp Installation Using PHP 7.0 XAMPP It allows you to easily install Apache on your own computer, regardless of your operating system (Linux, Windows, MAC or Solaris). First you have to proceed to download XAMPP PHP ...
    • Install ScriptCase PHP 7.3 on a XAMPP in Linux

      Xampp Installation Using PHP 7.3 XAMPP It allows you to easily install Apache on your own computer, regardless of your operating system (Linux, Windows, MAC or Solaris). First you have to proceed to download XAMPP PHP ...