Linux'ta Docker ile UiPath Robot Kurulumu..
UiPath 21.8 Robot ile Linux otomasyonunun kilidini açın!
UiPath Unlock Linux automation with 21.8 Robot!
-----------------------------------------------------------------------------------------------------------------------
##UiPath Robot Linux Kurulum Adımları CENTOS8 -- Ugur Yildiz
##User Root Yetki Linux
echo "{Username} ALL = (ALL) ALL" →→ /etc/sudoers
-----------------------------------------------------------------------------------------------------------------------
##Gerekli Linux toolarrın indirilmesi.
sudo yum install -y yum-utils
-----------------------------------------------------------------------------------------------------------------------
##Docker repository tanımının yapılması.
sudo yum-config-manager \
--add-repo \
https://download.docker.com/linux/cen...
-----------------------------------------------------------------------------------------------------------------------
##Docker Engine kurulumunun yapılması.
sudo yum install docker-ce docker-ce-cli containerd.io
-----------------------------------------------------------------------------------------------------------------------
##Docker Versiyonların listelenmesi
yum list docker-ce --showduplicates | sort -r
-----------------------------------------------------------------------------------------------------------------------
##Docker Yükleme
sudo yum install docker-ce-{versiyon} docker-ce-cli-{versiyon} containerd.io
-----------------------------------------------------------------------------------------------------------------------
##Docker Start
sudo systemctl start docker
-----------------------------------------------------------------------------------------------------------------------
##Docker Uipath Install
docker pull registry.uipath.com/robot/runtime
-----------------------------------------------------------------------------------------------------------------------
##Docker UiPath Robot Register
docker run -e LICENSE_AGREEMENT=accept -e MACHINE_KEY="{MachineKey}" -e ORCHESTRATOR_URL="{OrchestratorURL}" -ti -d registry.uipath.com/robot/runtime
-----------------------------------------------------------------------------------------------------------------------
##Docker UiPath Robot Register Export LogData (Logu Harici Dizine Kaydetmek İsteyenler için.)
docker run -e LICENSE_AGREEMENT=accept -e MACHINE_KEY="{MachineKey}" -e ORCHESTRATOR_URL="{OrchestratorURL}" -v C:\Users\user.name\Desktop\logs:/root/.local/share/UiPath/Logs/ -ti registry.uipath.com/robot/runtime
-----------------------------------------------------------------------------------------------------------------------
##Docker Start Stop UiPath Robot
docker start {container_id}
docker stop {container_id}
docker ps -a
-----------------------------------------------------------------------------------------------------------------------
Zaman ayırdığınız için teşekkür ederim.
#RPATeam
#uipathRobot
#uipathRobots
#LinuxRobot
#uipath
UiPath Automation Cloud™
UiPath Automation Hub
UiPath Apps
UiPath Data Service
UiPath Document Understanding
UiPath Orchestrator
UiPath Platform
UiPath RPA Chatbots
UiPath Action Center
UiPath Assistant
UiPath Robots
UiPath Insights
UiPath Test Suite
UiPath AI Center
UiPath Studio
UiPath Task Mining
UiPath Process Mining
UiPath Task Capture
#GelecekRPA , #Roboticprocessautomation , #RPA , #robotikprosesotomasyonu , #robotiksüreçotomasyonu , #süreçiyileştirme , #roboticprocessautomation #Docker #Linux #Robot #LinuxUiPathRobot #UipathDocker