diff options
author | kovalad <kovalad@yandex-team.ru> | 2022-02-11 19:15:48 +0300 |
---|---|---|
committer | kovalad <kovalad@yandex-team.ru> | 2022-02-11 19:15:48 +0300 |
commit | 7eee61f2434d05fe551d110fd3582a88d9d13c1f (patch) | |
tree | 559178570e96a93a9c246e089ecd964f49c39bb2 | |
parent | 623b75523fbec13f26b532972a46e75faf149088 (diff) | |
download | ydb-7eee61f2434d05fe551d110fd3582a88d9d13c1f.tar.gz |
removed embedded ui build steps, added ya make commands KIKIMR-14046
removed embedded ui build steps, added ya make commands KIKIMR-14046
ref:d9df7c1cf38badbd4e5d1a7a7378e334d06a1ee2
-rw-r--r-- | README.md | 21 |
1 files changed, 1 insertions, 20 deletions
@@ -83,30 +83,11 @@ In order to build ydbd you should have following tools installed on your system: 1. libantlr3c 1. libantlr3c-dev -Building YDB Embedded UI requires following tools: - -1. [NVM](https://github.com/nvm-sh/nvm) – a version manager for node.js -1. [NPM](https://www.npmjs.com/) – node package manager - ### Build process -#### Build embedded UI - -1. `curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash` -2. `nvm install 14` -3. `git clone https://github.yandex-team.ru/data-ui/ydb-embedded-ui-opensource` -4. `cd ydb-embedded-ui-opensource` -5. `npm ci` -6. `npm run build:embedded` -7. `cd ../` - - -#### Build ydbd - 1. `git clone https://github.com/ydb-platform/ydb.git` -1. `cp -r ../ydb-embedded-ui-opensource/build/* ydb/core/viewer/monitoring/` 1. `cd ydb/apps/ydbd` -1. `cmake ../ && make` +1. `../../../ya make -r -DOPENSOURCE` ## How to deploy |