начало примера
Note
ELMA RPA Standard or Enterprise edition is required.
конец примера
You can install ELMA RPA servers on Windows or Linux OS.
Installing a server on Windows
Working with ELMA RPA server on Windows requires:
- operating system: Windows 10 64-bit: Pro, Enterprise or Education (Build 16299 or later) or Windows Server 2016 / Windows Server 2019;
- additional software: Docker 19.03.1;
- processor: 2 cores, 3GHz and higher (Intel Xeon is recommended);
- RAM: 4 GB;
- hard disk: at least 10 GB of free space on a system disk.
The installation process consists of several steps.
Step 1. Install Docker Desktop. Read more installation at docs.docker.com/docker-for-windows/install/.
Step 2. Unpack the archive elma_rpa_server_v1.0.9_linux_amd64_docker.tar to the needed folder.
Step 3. Open the PowerShell and go to the folder containing the unpacked archive.
Step 4. Go to the dockers_images folder using the following command:
cd dockers_images
Step 5. Download images from the dockers_images folder to the Docker using the following commands:
docker load -i .\orchestra.tar.gz
docker load -i .\repository.tar.gz
docker load -i .\web-grpc.tar.gz
docker load -i .\web-host.tar.gz
Step 6. Get back to the parent folder.
Step 7. To start the server, run the following command:
docker-compose -f .\docker-compose.windows.yml up
Installing a server on Linux via Docker container
Running the ELMA RPA server on Linux requires:
- operating system: 64-bit Linux family OS;
- additional software: 19.03.1;
- processor: 2 cores, 3 GHz and higher (Intel Xeon is recommended);
- RAM: 4 GB;
- hard disk: at least 10 GB of free space on a system disk.
The installation process consists of several steps.
Step 1. Copy the archive elma_rpa_server_v1.0.9_linux_amd64_docker.tar to the folder containing the ELMA RPA server (the server root folder).
Step 2. Unpack the folder using the following command:
tar -xvf elma_rpa_server_v1.0.9_linux_amd64_docker.tar
Step 3. Go to the rpa_server_docker folder.
Step 4. Run the bash-script load_docker_imgs using the following command:
./load_docker_imgs
The script will upload ELMA RPA images to the docker.
Step 5. Check for uploaded images using the command:
docker images
Step 6. To start the server, run the following command:
CURRENT_UID=$(id –u):$(id –g) docker-compose up
Port change
After you installed the Orchestrator you need to check its correct operation.
You can only work with the Orchestrator using the supported web-browsers Google Chrome and Mozilla Firefox. In the browser address bar enter the server address or name and a port for connection: http://<server_address>:<port>. The default port is 48080.
You can change the port if it is occupied by another application.
To do this, perform the following actions (illustrated on Linux):
- Edit the rpa_server_docker/docker-compose.yml file.
- Edit the rpa_server_docker/dockerfile/envoy-compose/envoy.yaml file.
Found a typo? Highlight the text, press ctrl + enter and notify us