Programing
The use of programming languages helps you determine how your scripts will function, process data, and interact with applications. This allows you to customize your scripts according to your desired logic and perform automation tasks more effectively.
Python
Python code can be executed in this section. Python is an interpreted language, so it can be run directly without the need for any compilation process. Users can create their own scripts using the functions and libraries provided by the Python language and run them in this application.
Basic
"Name": This field specifies the name of the Python script. It allows you to define what the name of the script should be. "Description": This field contains a brief description of the Python script. You can summarize what the script does or its intended functionality. "Python alias": This field specifies a short name or command for the Python interpreter to be used at the command line. For example, if Python 3 is being used, it can be specified as "python3" or "python". "Script name to run": This field specifies the name of the Python script to be executed. For example, you can specify it as "main.py". This is set in such a way that the Robbot Center application knows which file to execute as the script.
Docker
Docker enables applications to be deployed, scaled, and isolated quickly. This ensures consistency in the development process and allows software to run smoothly in different environments.
Basic
"Name": This field specifies the name of the Docker image in the programming section of the "script add" feature in the Terzion DX company's Robbot Center application. It allows you to provide a desired name for the Docker image. "Description": This field contains a brief description of the Docker image. You can provide an overview of what the image is for or its intended functionality. "Image name of the Docker image": This field specifies the name of the Docker image to be used. It refers to the specific Docker image that should be used for running the script. "Filename of the Docker image": This field specifies the filename of the Docker image. It refers to the actual file that contains the Docker image. "Port mapping": This field defines the mapping of network ports between the Docker container and the host system. It specifies which port on the host system should be mapped to which port inside the Docker container. "Zipped Docker image (in a zip)": This field refers to the zipped archive file that contains the Docker image. It allows you to upload and deploy the Docker image as a compressed file.
Node Js
Node.js enables you to create fast, efficient, and scalable server-side applications. It is particularly popular for web applications, APIs, and real-time communication applications.
Basic
"Name": This field specifies the name of the Node.js script. It allows you to provide a desired name for the Node.js script. "Description": This field contains a brief description of the Node.js script. You can summarize what the script does or its intended functionality. "Script name to run": This field specifies the name of the Node.js script to be executed. For example, you can specify it as "index.js". This is the main entry point of your Node.js application where the execution starts. "Project files": This field refers to the project files associated with the Node.js script. It could include any additional files, dependencies, or modules that are required for the script to run properly. This field allows you to define and manage the project files that need to be included or accessed by your Node.js script. "npm install before running": This field indicates that certain dependencies or packages need to be installed using npm (Node Package Manager) before running the Node.js script. You can specify the required packages or dependencies, and users can run "npm install" command to ensure that all the necessary dependencies are installed before executing the script.
DotNet
.NET is a widely supported and utilized software framework backed by a large community. It is a powerful tool for developing applications, particularly those running on Windows. It is extensively used across various industries.
Basic
"Name": This field specifies the name of the .NET script or executable file. It allows you to provide a desired name for the .NET script or executable. "Description": This field contains a brief description of the .NET script or executable. You can summarize what the script does or its intended functionality. "Executable file name": This field specifies the name of the .NET executable file to be run. For example, you can specify it as "HelloWorld.exe". This is the file that contains the compiled code for your .NET application. "Project files": This field refers to the project files associated with the .NET script or executable. It could include any additional files, dependencies, or resources that are required for the script or executable to run properly. This field allows you to define and manage the project files that need to be included or accessed by your .NET script or executable.
PHP
PHP is a popular choice for developing web applications. It allows you to easily create dynamic content, handle form submissions, and manage user sessions. It is well-suited for meeting the requirements of web applications, enabling developers to create interactive and engaging websites.
Basic
"Name": This field specifies the name of the PHP script. It allows you to provide a desired name for the PHP script. "Description": This field contains a brief description of the PHP script. You can summarize what the script does or its intended functionality. "Script name to run": This field specifies the name of the PHP script to be executed. For example, you can specify it as "index.php". This is the main entry point of your PHP application where the execution starts. "Project files": This field refers to the project files associated with the PHP script. It could include any additional files, dependencies, or resources that are required for the script to run properly. This field allows you to define and manage the project files that need to be included or accessed by your PHP script. "Composer before install": This field indicates that Composer, a dependency management tool for PHP, needs to be run before installing the project dependencies. It ensures that all required dependencies specified in the composer.json file are downloaded and available for the PHP script to run successfully.