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:
This documentation will describe Scriptcase installation in 3 simple steps:
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
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.
Example: sudo 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
Will be automatically installed on the operating system:
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
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.
In this option, you can set the installation path.
Click Next to continue.
Here will define in which port the Scriptcase Apache service will run on. We recommend using the value set in this installation (8091).
The Apache domain must be set here. We do not recommend making any changes to the default value.
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.
Clicking “Finish”, will open Scriptcase in your default browser.
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.
In this field, you must enter the user to login to Scriptcase. By default, the user is admin.
In this field, you must enter the password to login to Scriptcase. By default, the password is admin.
This option keeps the user logged in until they log out through the Scriptcase interface.