Skip to content
Snippets Groups Projects
Commit a8a4cfe8 authored by Alexander Tolstoy's avatar Alexander Tolstoy
Browse files

docs: tweaks and fixes for Mkdocs and code blocks

parent 2e6ee186
No related branches found
No related tags found
1 merge request!83docs: tweaks and fixes for Mkdocs and code blocks
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -4,6 +4,14 @@
## Пример установки для CentOS 7
Ниже показан пример установки сборочных зависимостей и компиляции исходного кода SQL Broadcaster в операционной системе CentOS 7. Шаги для других дистрибутивов Linux могут отличаться. Для начала требуется подключить репозиторий с пакетами Picodata. Этот этап документирован для [страницы загрузки Picodata](https://picodata.io/download/). Далее предлагается выполнить в терминале следующие команды:
<style>
code {
white-space : pre-wrap !important;
word-break: break-word;
}
</style>
````bash
sudo yum --disablerepo="*" --enablerepo="picodata" install -y tarantool-picodata tarantool-picodata-devel
sudo yum install cartridge-cli
......@@ -13,6 +21,7 @@ sudo ln -s /usr/bin/cmake3 /usr/local/bin/cmake
git clone https://git.picodata.io/picodata/picodata/sbroad.git
cd sbroad/sbroad-cartridge/test_app
````
Сборка SQL Broadcaster, запуск приложения, настройка тестового шардирования:
````bash
cd .. && make build_integration
......
......@@ -32,6 +32,7 @@ theme:
- navigation.indexes
- navigation.path
- navigation.sections
- content.code.copy
extra:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment