feat: update .gitignore, modify example .env file, and add Selenium stack deployment scripts
All checks were successful
Build and Push Docker Image / build (push) Successful in 12m53s
All checks were successful
Build and Push Docker Image / build (push) Successful in 12m53s
This commit is contained in:
29
selenium-standalone-stack/README.md
Normal file
29
selenium-standalone-stack/README.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# Selenium standalone grid deployment script
|
||||
|
||||
## Cloud provider
|
||||
|
||||
This script use the services of Hetzner.
|
||||
|
||||
It should be easily modified to use other cloud providers.
|
||||
|
||||
## Dependencies
|
||||
|
||||
You need to install `jq`, `nmap` and `hcloud`, the Hetzner cloud API CLI.
|
||||
|
||||
On Debian
|
||||
```bash
|
||||
apt install jq nmap hcloud-cli
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Just read the help provided by the script
|
||||
|
||||
```bash
|
||||
./create-selenium-stack.sh -h
|
||||
```
|
||||
|
||||
To remove all servers in the context:
|
||||
```bash
|
||||
./create-selenium-stack.sh -d -y
|
||||
```
|
Reference in New Issue
Block a user