/
githubmirror
/
nbs
Обзор
Документация
Войти
/
githubmirror
/
nbs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
example/1-start_storage.sh
23 строки
678 B
dvrazumov
NBSNEBIUS-79: Updating build documentation (#94)
22 янв 2024, 15:51
Не верифицирован
22 янв 2024, 15:51
ac799e1
Код
Авторство
О чём код?
#!/usr/bin/env bash NODE=${NODE:-1} GRPC_PORT=${GRPC_PORT:-9001} MON_PORT=${MON_PORT:-8765} source ./prepare_binaries.sh || exit 1 ydbd server \ --tcp \ --node $NODE \ --grpc-port $GRPC_PORT \ --mon-port $MON_PORT \ --bootstrap-file static/boot.txt \ --bs-file static/bs.txt \ --channels-file static/channels.txt \ --domains-file static/domains.txt \ --log-file static/log.txt \ --naming-file static/names.txt \ --sys-file static/sys.txt \ --ic-file static/ic.txt \ --vdisk-file static/vdisks.txt \ --suppress-version-check \