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 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 ...
    • Installing PHP 7.3 - Linux

      his documentation will teach all the steps necessary for the installation of the PHP 7.0, Apache 2.4 and the Scriptcase using the manual installation in the Linux environment. Doing this kind of installation you will be responsible for configuring ...
    • 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 ...
    • Oracle Connection - Scriptcase 9 - Linux 64 Bits

      This procedure will only work if you have a Scriptcase manual installation in your server. Installing PHP 7.0 Installing the Scriptcase Manually To connect with Oracle in a Linux System, we must follow these steps below: Step 1 -  Installing these ...
    • Installing PHP 7.0 - Linux

      This article describes PHP 7.0 and Apache 2.4 installation to ScriptCase use. Supported Operating Systems: Ubuntu Debian CentOS\RHEL OpenSuse Necessary Files: SourceGuardian Loader (ixed.7.0.lin): Click Here Setting Up PHP - Ubuntu Because of recent ...