Automatic installation of Scriptcase - PHP 7.3 Linux

Automatic installation of Scriptcase - PHP 7.3 Linux

The Scriptcase installer installs Apache, PHP and Scriptcase on your operating system. The installer does not include a database.

Prerequisites

To download the Scriptcase Installer, go to our download page clicking here.

Listed below are the operating systems approved for Scriptcase use. Check the list of supported distros:

  • Debian 8 or higher version
  • Ubuntu 18.04 or higher version
  • RHEL 7 or higher version
  • CentOS 7 or higher version
  • Fedora 30 or higher version
  • Manjaro Linux 19 or higher version
  • Linux Mint 18.04 or higher version
  • OpenSuse Leap 15.1 or higher version

NOTE: Before proceeding with the installation, it is recommended not to have any other web environments installed (such as LAMP, Zend Server, etc) on your operating system. It is recommended to have some basic knowledge of Linux/Unix environment to use the Terminal (Shell).

This documentation will describe Scriptcase installation in 3 simple steps:

1 - Run Scriptcase Installer.
2 - Choose installer settings.
3 - Run Scriptcase.

Running Scriptcase Installer

1 - Browse to the directory where the installer is located.

Before we can run the Scriptcase installer, we need to access the folder where the installer file is located using the cd command.

Example: sudo cd /home/your_user/Downloads



NOTE: Scriptcase installer requires administrative permissions to make changes to your machine. We will have to use the sudo command to run the installer.

2 - Grant permission to the installer file and run it.

For you to run the chmod command that changes the permissions of a file or directory, you must also run the sudo command.

Examplesudo chmod +x scriptcase_linux_installer_x86_64_en_us_v9.4.016-php73.run



The chmod + x command is used to make the installer .run file executable.

3 - Run the Installer file.

Example: sudo ./scriptcase_linux_installer_x86_64_en_us_v9.4.016-php73.run




Choosing the Installer Settings

NOTE: Installing Scriptcase with PHP 7.3 will not conflict with an existing Scriptcase installation with PHP 7.0. The Installer configures an Apache service (apachesc9php73) with a different port (8091) than the installer with PHP 7.0.

Will be automatically installed on the operating system:

  • Apache Web Server v2.4.39.
  • PHP 7.3 with extensions MBSTRINGZIPBCMATH and GD enabled.
  • Ioncube: PHP Loader + ionCube24 v10.3.7.
  • Scriptcase 9.
1 - Choose the installation language.


Language

You can select the language that will be displayed in the installation process. This step does not select the Scriptcase interface language, only the installer language.

Click Ok to continue

2 - Click “Next” to continue.



3 - Read and accept the terms of the license agreement.



Click Next to continue.

4 - Enter the installation directory.

The default installation path is “/opt/NetMake/v9-php73”. It is not recommended to make any changes to this path unless it is necessary.




Installation Directory

In this option, you can set the installation path.

This button lets you select the installation folder or create a new one.

Click Next to continue.

5 - Configure Scriptcase Apache.



Port

Here will define in which port the Scriptcase Apache service will run on. We recommend using the value set in this installation (8091).

Admin Email

You can configure Apache administrator email for better control of your environment. This setting serves as information when a server error occurs. A message will appear along with the administrator email to be contacted.



Apache Domain

The Apache domain must be set here. We do not recommend making any changes to the default value.

PHP TimeZone

In this option, you can set your PHP TimeZone. It is recommended to select the option corresponding to your time zone. You can check the list of available TimeZones here.

Click Next to continue.

6 - Clicking “Next” will start the installation process.




Wait until all components are installing and the environment is set up.




8 - Complete the installation.



View the “Read Me” file

Clicking finish will show the “Read Me” file with all the necessary initial information and helpful links.




Open Scriptcase 9

Clicking “Finish”, will open Scriptcase in your default browser.


Access the Scriptcase

1 - To access your Scriptcase, you need to open your browser and enter the local IP or domain of the ported server you selected in the Apache setup.

Example 1: http://127.0.0.1:8091/scriptcase

Example 2: https://yourdomain.com:8091/scriptcase

2 - Login to Scriptcase

After accessing the Login page, you must enter the username and password to proceed to your development environment.




User

In this field, you must enter the user to login to Scriptcase. By default, the user is admin.

Password

In this field, you must enter the password to login to Scriptcase. By default, the password is admin.

Keep me logged in

This option keeps the user logged in until they log out through the Scriptcase interface.

Forgot your password?


IMPORTANT: Password recovery will only be possible if you have configured your SMTP information. To access our documentation showing how to perform this configuration click here.

By clicking on this option, it is possible to recover the password of the informed user. An email will be sent to the user so they can access the recovery steps.

   
Need to register your Scriptcase?
   You can access our knowledge base to understand all the steps for registering a Scriptcase license.




    • Related Articles

    • 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 ...
    • Manual Update - Linux

      Before performing any procedure we recommend performing a backup of your projects. To back up Scriptcase: Go to Options > Settings, in the side menu go to Services > Backup. A file (.ZIP) will be generated with all your projects, save this file to a ...
    • 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 ...
    • Install ScriptCase PHP 8.1 on a XAMPP on Linux

      Xampp Installation Using PHP 8.1 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 ...