An instance will be used to run your tests.
New Windows App instance
- Install Windows Susbystem of Linux (WSL2)
- Install Docker for Windows
-
Open the Ubuntu terminal
- Press
Windows + R
- Type
wsl
- Press
- Install the dependencies:
sudo apt-get update && sudo apt-get install -y wget grep git curl jq mawk dos2unix
- Run
wget https://raw.githubusercontent.com/watch-wolf/WatchWolf/dev/WatchWolfSetup.sh
-
Run the script in build mode
bash WatchWolfSetup.sh --build --dev
-
Install the script
bash WatchWolfSetup.sh --install --disable-startup
New Ubuntu App instance
- Install Docker for Ubuntu
- Install the dependencies:
sudo apt-get update && sudo apt-get install -y wget grep git curl jq mawk dos2unix
- Run
wget https://raw.githubusercontent.com/watch-wolf/WatchWolf/dev/WatchWolfSetup.sh
-
Run the script in build mode
bash WatchWolfSetup.sh --build --dev
-
Install the script
bash WatchWolfSetup.sh --install --disable-startup
Starting the instance
- Make sure that Docker is running
-
Open the Ubuntu terminal
- Press
Windows + R
- Type
wsl
- Press
- Run
watchwolf --run