aboutsummaryrefslogtreecommitdiff
path: root/net/seaweedfs/files/pkg-message.in
blob: acf69b5ccc8502734d374f91183631d6cdbb274d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[
{ type: install
  message: <<EOM
SeaweedFS presents a simple interface behind a complex distributed system.

For a single node "demo setup" you can just run:

$ mkdir /tmp/weeds
$ %%PREFIX%%/sbin/weed -logtostderr server -dir /tmp/weeds -s3

For a more typical setup, you should have either 1 or 3 masters, and
multiple filers, with replication enabled.

Adjust %%PREFIX%%/etc/seaweedfs/*.toml according to your requirements,
using the sample configs in the same directory. Most parameters can be
ignored, refer to the seaweedfs wiki for further explanations.

Please read the documentation carefully, particularly around data
replication, and running redundant masters. Prime numbers of servers are
your friend, choose them wisely.

EOM
}
]