Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.06 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.06 KB

Shaka Lab Node for Linux

The Shaka Lab Node package provides Selenium grid nodes. This is the Linux package.

For documentation on the package and configuration, or for links to other platforms, see the general docs.

NOTE: Browsers running in a Linux node will not be visible.

Installation

curl -L https://shaka-project.github.io/shaka-lab/public.key | \
    sudo tee /etc/apt/trusted.gpg.d/shaka-lab.asc
echo deb https://shaka-project.github.io/shaka-lab/ stable main | \
    sudo tee /etc/apt/sources.list.d/shaka-lab.list
sudo apt update
sudo apt install -y shaka-lab-node

Updates

sudo apt update && sudo apt -y upgrade

Configuration

The config file is at /etc/shaka-lab-node-config.yaml. See the configuration section of the general doc.

Restarting the service after editing the config

sudo systemctl restart shaka-lab-node

Tailing logs

journalctl --no-hostname -u shaka-lab-node --follow

Uninstallation

sudo apt remove -y shaka-lab-node