Installation Guide
1. Prerequisites
- Operating System: Any OS with Docker support
- Linux: Ubuntu 18.04+, Debian 10+, CentOS 7+, RHEL 7+, or any distro with kernel 3.10+
- macOS: 12 (Monterey) or later with Docker Desktop
- Windows: 10/11 (64-bit) with Docker Desktop (WSL2 backend recommended)
- Docker: 20.10+ with Docker Compose (included in Docker Desktop)
2. Quick Start (Two Steps)
# 1. Extract package
tar -xzf welltested-v3.6.1.tar.gz
cd welltested-v3.6.1
# 2. One-click installation
cp .env.example .env
./install.sh
That’s it!
Windows users: Run
install.shin WSL2 terminal or Git Bash. Alternatively, run the Docker commands manually.
3. Explore the Product
- Open the UI: http://localhost:5173
- Sign in with the system account
admin(passwordadmin). - Go to System Settings and complete LLM configuration.
⚠️ AI features remain disabled until LLM configuration is completed.
LLM Configuration
Visit System Settings and fill in the following fields:
- LLM Provider: Select your LLM’s interface
- API Key: Enter your API key
- API Base URL: Enter your LLM’s API endpoint
- Model Name: Enter the model name
Below are example LLM configurations:
| LLM Provider | API Base URL | Model Name (Recommended) | |
|---|---|---|---|
| OpenAI | openai | https://api.openai.com/v1 | gpt-4o-2024-08-06 |
| Claude (Anthropic) | claude | https://api.anthropic.com | claude-sonnet-4-5 |
| Qwen | openai | https://dashscope.aliyuncs.com/compatible-mode/v1 | qwen3-max |
| Self-hosted vLLM | openai | http://vllm-server:8000/v1 | deepseek-ai/DeepSeek-V3-0324 |
| Self-hosted Ollama | openai | http://10.0.1.100:11434/v1 | deepseek-v3:671b |