mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-08 23:50:43 +02:00
Add production use warnings to weed mini documentation
@@ -2,6 +2,8 @@
|
||||
|
||||
## Quick Start with `weed mini` (Recommended for Beginners)
|
||||
|
||||
> **⚠️ Warning**: The `weed mini` command is for learning and development only. It may not guarantee backward compatibility and **should not be used in production**. For production use, see [Multi-Component Setup](#multi-component-setup-for-production-and-advanced-users) below.
|
||||
|
||||
The easiest way to get started with SeaweedFS is using the `weed mini` command, which starts all components in one process with sensible defaults:
|
||||
|
||||
```bash
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Quick Start with `weed mini`
|
||||
|
||||
> **⚠️ Warning**: The `weed mini` command is designed for learning, development, and testing only. It may not guarantee backward compatibility between versions and **should not be used in production environments**. For production deployments, use the [Multi-Component Setup](Getting-Started.md#multi-component-setup-for-production-and-advanced-users).
|
||||
|
||||
## Overview
|
||||
|
||||
`weed mini` is an all-in-one SeaweedFS command designed specifically for S3 beginners, small deployments, and development environments. It starts all essential SeaweedFS components in a single process with optimized defaults.
|
||||
|
||||
Reference in New Issue
Block a user