This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Network > etcd (3.3.13)

Etcd is a distributed reliable key-value store for the most critical
data of a distributed system, with a focus on being:
Simple: well-defined, user-facing API (gRPC)
Secure: automatic TLS with optional client cert authentication
Fast: benchmarked 10,000 writes/sec
Reliable: properly distributed using Raft

Groupname and Username

You must have the 'etcd' group and user to run this script,
for example:

groupadd -g 355 etcd
useradd -d /var/lib/etcd -s /bin/sh -u 355 -g etcd etcd

For some basic setup instructions, check the included 'README.SBo'.

This requires: google-go-lang

Maintained by: Thibaut Notteboom
Keywords: etcd
ChangeLog: etcd

Homepage:
https://github.com/coreos/etcd

Source Downloads:
etcd-3.3.13.tar.gz (07ef1b925ddc49ed96c5a8a9f2c7bb01)

Download SlackBuild:
etcd.tar.gz
etcd.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds