From 02c55842fcbc954ec6d5f1233e6f65724f9bf9a4 Mon Sep 17 00:00:00 2001 From: Konstantin Osipov <kostja@tarantool.org> Date: Sat, 2 Feb 2013 18:37:54 +0400 Subject: [PATCH] CentOS distro documentation: fix typos. --- doc/www-data.in/download.cmake | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/doc/www-data.in/download.cmake b/doc/www-data.in/download.cmake index 24eb5ebff6..7516b678ee 100644 --- a/doc/www-data.in/download.cmake +++ b/doc/www-data.in/download.cmake @@ -115,7 +115,7 @@ that production systems use the builds provided on this site. We maintain an always up-to-date Debian GNU/Linux and Ubuntu package repository at <a -href="http://tarantool.org/dist/debian">http://tarantoo.org/dist/debian</a> and <a +href="http://tarantool.org/dist/debian">http://tarantool.org/dist/debian</a> and <a href="http://tarantool.org/dist/ubuntu">http://tarantool.org/dist/ubuntu</a> respectively. At the moment the repository contains builds for Debian "Sid", "Squeeze", @@ -131,10 +131,11 @@ At the moment the repository contains builds for Debian "Sid", "Squeeze", ### CentOS 5-6 GNU/Linux -CentOS GNU/Linux repository available at -<a href="http://tarantool.org/dist/centos">http://tarantoo.org/dist/centos</a>. +CentOS GNU/Linux repository is available at +<a href="http://tarantool.org/dist/centos">http://tarantool.org/dist/centos</a>. -It can be added to your yum repository list (/etc/yum.repos.d/tarantool.repo) with: +Add the following section to your yum repository list (/etc/yum.repos.d/tarantool.repo) +to enable it: [tarantool] name=CentOS-$releasever - Tarantool @@ -275,7 +276,7 @@ Tarantool/Box иÑпользует Ñтандартную Ñхему нумер Мы поддерживаем ÑобÑтвенные репозитории .deb пакетов, который Ñодержит поÑледние верÑии Ñервера и клиентÑких библиотек Ð´Ð»Ñ *Debian GNU/Linux* и *Ubuntu*: -<a href="http://tarantool.org/dist/debian">http://tarantoo.org/dist/debian</a>, +<a href="http://tarantool.org/dist/debian">http://tarantool.org/dist/debian</a>, <a href="http://tarantool.org/dist/ubuntu">http://tarantool.org/dist/ubuntu</a>. Репозитории Ñодержат пакеты Ð´Ð»Ñ Debian "Sid", "Squeeze", @@ -290,6 +291,18 @@ Tarantool/Box иÑпользует Ñтандартную Ñхему нумер sudo apt-get update sudo apt-get install tarantool tarantool-client +CentOS GNU/Linux репозиторий доÑтупен по адреÑу: +<a href="http://tarantool.org/dist/centos">http://tarantool.org/dist/centos</a>. + +Добавьте Ñледующую Ñекцию в Ваш ÑпиÑок репозиториев +(/etc/yum.repos.d/tarantool.repo) чтобы Ñделать его доÑтупным Ð´Ð»Ñ Yum: + + [tarantool] + name=CentOS-$releasever - Tarantool + baseurl=http://tarantool.org/dist/centos/$releasever/os/$basearch/ + enabled=1 + gpgcheck=0 + ### Ðрхив Ñтарых релизов Ðрхив Ñтарых релизов доÑтупен по адреÑу <a -- GitLab