Installation process for Wuhr-AI-ops
Installation needs to be done in an environment that supports Node.js and Docker:
- Cloning GitHub repositories:
git clone https://github.com/st-lzh/wuhr-ai-ops.git
and enter the catalog - Configure environment variables: copy the .env.example file, set the database connection and AI model API key
- Domestic users are advised to configure the npm mirror source to accelerate dependency downloads.
- Download the kubelet-wuhrai tool and give it execution privileges.
- Starting PostgreSQL, Redis, and other basic services with Docker Compose
- Database migration and structure initialization via Prisma after installing npm dependencies
- Run the script to initialize the administrator account, permission system and preset AI templates
- Once the development server is started, it can be accessed via a browser
The installation process takes about 30 minutes, depending on the network environment and hardware configuration. For dependency issues, refer to the GitHub documentation for version compatibility instructions.
This answer comes from the articleWuhr-AI-ops: Intelligent Operations Management PlatformThe