V-Sekai-fire / VSK_desktop_app

Elixir Automation App using the Desktop library with LiveView to create a desktop app
MIT License
0 stars 0 forks source link

Install foundationdb #12

Open fire opened 1 year ago

fire commented 1 year ago

https://github.com/apple/foundationdb/releases/download/7.1.25/foundationdb-clients-7.1.25-1.el7.x86_64.rpm

https://github.com/apple/foundationdb/releases/download/7.1.25/foundationdb-server-7.1.25-1.el7.x86_64.rpm

fire commented 1 year ago

wget https://github.com/apple/foundationdb/releases/download/7.1.25/foundationdb-server-7.1.25-1.el7.x86_64.rpm sudo rpm -i foundationdb-server-7.1.25-1.el7.x86_64.rpm wget https://github.com/apple/foundationdb/releases/download/7.1.25/foundationdb-clients-7.1.25-1.el7.x86_64.rpm sudo rpm -i foundationdb-clients-7.1.25-1.el7.x86_64.rpm

fire commented 1 year ago
## foundationdb.conf
##
## Configuration file for FoundationDB server processes
## Full documentation is available at
## https://apple.github.io/foundationdb/configuration.html#the-configuration-file

[fdbmonitor]
user = foundationdb
group = foundationdb

[general]
restart-delay = 60
## by default, restart-backoff = restart-delay-reset-interval = restart-delay
# initial-restart-delay = 0
# restart-backoff = 60
# restart-delay-reset-interval = 60
cluster-file = /etc/foundationdb/fdb.cluster
# delete-envvars =
# kill-on-configuration-change = true

## Default parameters for individual fdbserver processes
[fdbserver]
command = /usr/sbin/fdbserver
public-address = auto:$ID
listen-address = public
datadir = /var/lib/foundationdb/data/$ID
logdir = /var/log/foundationdb
# logsize = 10MiB
# maxlogssize = 100MiB
# machine-id =
# datacenter-id =
# class = 
# memory = 8GiB
# storage-memory = 1GiB
# cache-memory = 2GiB
# metrics-cluster =
# metrics-prefix =

## An individual fdbserver process with id 4500
## Parameters set here override defaults from the [fdbserver] section
[fdbserver.4500]
[fdbserver.4501]
[fdbserver.4502]
[fdbserver.4503]
[fdbserver.4504]
[fdbserver.4505]
[fdbserver.4506]
[fdbserver.4507]

[fdbserver.4508]
[fdbserver.4509]
[fdbserver.4510]
[fdbserver.4511]
[fdbserver.4512]
[fdbserver.4513]
[fdbserver.4514]
[fdbserver.4515]

[backup_agent]
command = /usr/lib/foundationdb/backup_agent/backup_agent
logdir = /var/log/foundationdb

[backup_agent.1]