Reinstall Guide
If the initial installation fails or you need to start fresh, follow these steps to safely reinstall WuWei.
1. Stop Running Containers
Navigate to the installation directory and stop all running Docker containers:
cd /root/wuwei-docker
docker-compose down
2. Remove the Existing Installation
Delete the current installation directory to remove all files and configuration:
rm -rf /root/wuwei-docker
3. Reinstall WuWei
Follow the original Installation Guide to install WuWei again.