mirror of https://github.com/ByConity/ByConity
![]() |
||
---|---|---|
.. | ||
README.md | ||
build | ||
byconity-client.yaml | ||
byconity-common-static.yaml | ||
byconity-daemon-manager.postinstall | ||
byconity-daemon-manager.service | ||
byconity-daemon-manager.yaml | ||
byconity-resource-manager.postinstall | ||
byconity-resource-manager.service | ||
byconity-resource-manager.yaml | ||
byconity-server.postinstall | ||
byconity-server.service | ||
byconity-server.yaml | ||
byconity-tso.postinstall | ||
byconity-tso.service | ||
byconity-tso.yaml | ||
byconity-worker-write.postinstall | ||
byconity-worker-write.service | ||
byconity-worker-write.yaml | ||
byconity-worker.postinstall | ||
byconity-worker.service | ||
byconity-worker.yaml | ||
byconity.preinstall | ||
config_service_discovery.md | ||
fdb.cluster |
README.md
README
This directory has the basic configuration files of ByConity services which could be used in the Debian package for Debian OS and rpm packages for Centos OS.
Package deployment
One way to deploy ByConity to physical machines is using package manager. For example, install Debian package for Debian OS and rpm packages for Centos OS
ByConity using FoundationDB as meta store, and HDFS as datastore. So before starting to deploy ByConity, we need to deploy FoundationDB and HDFS first.
-
First you need to installthe FoundationDB and HDFS.
-
Next deploying ByConity packages, you can find them in release page. Or you can build the package by yourself, in that case follow this guide.
-
Please checkout the detail deployment instruction here.