🆕 BettaFish One-Click Deployment Toolkit v2.0 - User Guide

Categories: Tech

Tool Author: LION CC (codecodex.ai)

Tool Version: v2.1.0 Supported Platforms: Windows / macOS / Linux Deployment Time: 5-10 minutes


📑 Table of Contents


✨ v2.0 New Features

  • One-Click Deployment - Double-click to run, automatic configuration
  • Smart Repair - Windows fix-all tool auto-diagnoses 9 categories of issues
  • Cross-Platform Menu - Unified interactive menu experience
  • Zero Technical Barrier - No manual configuration file editing required

📦 Get the Toolkit

GitHub Download

git clone https://github.com/Jascenn/deployment-scripts-hub.git
cd deployment-scripts-hub/bettafish

Get via Community

🎁 Benefits: Scan the QR code below to join codecodex.ai community and get toolkit + technical support + VibeCoding API discount

CodeCodex Technical Assistant WeChat QR Code

Scan to add technical assistant, note: BettaFish Toolkit


🔑 Prepare API Keys

You need to prepare AI API keys before deployment:

Recommended: VibeCoding API

Other Options: OpenAI, Claude, Gemini and other compatible APIs

Optional APIs (Enhanced search features):


🪟 Windows Usage

Quick Start

1. Navigate to deployment-scripts-hub/bettafish/Windows folder
2. Double-click menu.bat
3. Enter 1 to select deployment
4. Enter API key as prompted
5. Wait for completion (about 5-10 minutes)
1) Deploy/Update BettaFish   - Choose this for first use
2) System Diagnosis          - Check system status
3) Smart Repair (fix-all)    - Use when issues occur
4) Start Services
5) Stop Services
6) View Logs

Shortcuts

  • Quick Deploy: Double-click deploy.bat
  • Smart Repair: Double-click fix-all.bat (auto-fix 9 common issues)

🍎 macOS Usage

Quick Start

# 1. Navigate to directory
cd deployment-scripts-hub/bettafish/Linux_macOS

# 2. Start menu
./menu.sh

# 3. Select 1 to deploy
# 4. Enter API key as prompted

Direct Deployment

./docker-deploy.sh

🐧 Linux Usage

Quick Start

# 1. Navigate to directory
cd deployment-scripts-hub/bettafish/Linux_macOS

# 2. Start menu
./menu.sh

# Or deploy directly
./docker-deploy.sh

📋 Toolkit Contents

Windows Tools

  • menu.bat - Interactive menu
  • deploy.bat - Quick deployment
  • fix-all.bat - Smart repair (9 diagnostic categories)
  • docker-deploy.bat - Complete deployment workflow

macOS/Linux Tools

  • menu.sh - Interactive menu
  • docker-deploy.sh - One-click deployment
  • diagnose.sh - System diagnostics
  • docker-cleanup.sh - Docker cleanup

🎯 After Successful Deployment

  1. Open browser and visit: http://localhost:5001
  2. First-time use requires AI model configuration (API auto-filled)
  3. Start chatting and experience AI assistant features

Tip: Supports switching between multiple AI models in the interface


❓ FAQ

Q1: What are the prerequisites?

A:

  • Docker Desktop (Windows/macOS) or Docker Engine (Linux)
  • API key (VibeCoding or others)

Q2: Windows scripts showing garbled text?

A: Double-click fix-all.bat to auto-fix

Q3: Docker not started?

A:

  • Windows/macOS: Start Docker Desktop or run fix-all.bat
  • Linux: sudo systemctl start docker

Q4: How to access after deployment?

A: Open http://localhost:5001 in browser

Q5: How to update?

A: Re-run deployment script (configuration will be preserved)

Q6: What’s the difference from LionCC API Configuration Guide?

A:

  • Configuration Guide (11-07): Manual configuration, for technical users
  • Toolkit (this article): Automated deployment, for all users


🎉 Get Started

Windows: Double-click menu.bat macOS/Linux: Run ./menu.sh

Having issues? Scan the QR code above to join technical community for support


Update Log:

  • 2025-11-16: v2.1.0 Release
    • Support Windows/macOS/Linux
    • Added fix-all smart repair tool
    • Added interactive menu system
    • Fully automated deployment process
Read More

BettaFish Micro-Sentiment System - LionCC API Complete Deployment Guide

【2025-11-07】Complete deployment tutorial for BettaFish Micro-Sentiment System, including LionCC API configuration, Docker deployment, model selection recommendations, and troubleshooting solutions. Supports Claude, GPT-4, Gemini, and other LLM models.