Derunner consists on a python scrip running as service to:
- Serve as main client for DeSOTA API Models Request, for example
DeSOTA Tools
(eg. DeUrlCruncher) andDeSOTA AI Models
(eg. DeScraper, NeuralQA); - Automatically Upgrade
DeSOTA Tools
andDeSOTA AI Models
; - Automatically Re-Install
DeSOTA Tools
andDeSOTA AI Models
on critical errors.
Use DeSOTA official Manager & Tools
-
Open
Models Instalation
tab -
Select the Available Tool
desotaai/derunner
-
Press
Start Instalation
- Go to CMD (command prompt):
- ⊞ Win + R
- Enter:
cmd
- ↵ Enter
- Create Model Folder:
rmdir /S /Q %UserProfile%\Desota\DeRunner
mkdir %UserProfile%\Desota\DeRunner
- Download Last Release:
powershell -command "Invoke-WebRequest -Uri https://github.com/desotaai/derunner/archive/refs/tags/v0.0.0.zip -OutFile %UserProfile%\DeRunner_release.zip"
- Uncompress Release:
tar -xzvf %UserProfile%\DeRunner_release.zip -C %UserProfile%\Desota\DeRunner --strip-components 1
- Delete Compressed Release:
del %UserProfile%\DeRunner_release.zip
- Setup:
%UserProfile%\Desota\DeRunner\executables\Windows\derunner.setup.bat
- Optional Arguments:
arg Description Example /debug Log everything (useful for debug) %UserProfile%\Desota\DeRunner\executables\Windows\derunner.setup.bat /debug
/manualstart Don't start at end of setup %UserProfile%\Desota\DeRunner\executables\Windows\derunner.setup.bat /manualstart
- Go to Terminal:
- Ctrl + Alt + T
- Create Model Folder:
rm -rf ~/Desota/DeRunner
mkdir -p ~/Desota/DeRunner
- Download Last Release:
wget https://github.com/franciscomvargas/descraper/archive/refs/tags/v0.0.0.zip -O ~/DeRunner_release.zip
- Uncompress Release:
sudo apt install libarchive-tools -y && bsdtar -xzvf ~/DeRunner_release.zip -C ~/Desota/DeRunner --strip-components=1
- Delete Compressed Release:
rm -rf ~/DeRunner_release.zip
- Setup:
sudo bash ~/Desota/DeRunner/executables/Linux/derunner.setup.bash
- Optional Arguments:
arg Description Example -d Setup with debug Echo ON sudo bash ~/Desota/DeRunner/executables/Linux/derunner.setup.bash -d
-m Don't start service at end of setup sudo bash ~/Desota/DeRunner/executables/Linux/derunner.setup.bash -m
- Go to CMD as Administrator (command prompt):
- ⊞ Win + R
- Enter:
cmd
- Ctrl + ⇧ Shift + ↵ Enter
%UserProfile%\Desota\DeRunner\executables\Windows\derunner.start.bat
%UserProfile%\Desota\DeRunner\executables\Windows\derunner.stop.bat
%UserProfile%\Desota\DeRunner\executables\Windows\derunner.status.bat
Use DeSOTA official Manager & Tools
-
Open
Models Dashboard
tab -
Select the model
franciscomvargas/descraper
-
Press
Uninstall
- Go to CMD as Administrator (command prompt):
- ⊞ Win + R
- Enter:
cmd
- Ctrl + ⇧ Shift + ↵ Enter
%UserProfile%\Desota\DeRunner\executables\Windows\derunner.uninstall.bat
-
Optional
Arguments
arg Description Example /Q Uninstall without requiring user interaction %UserProfile%\Desota\DeRunner\executables\Windows\derunner.uninstall.bat /Q
@credit{
ai2023desota,
title = "DeRunner: Main Runner for Desota Servers",
authors = ["Kristian Atanasov", "Francisco Vargas"],
url = "https://desota.net/",
year = 2023
}