Skip to content

Commit

Permalink
ci: add trigger for gitlab pipeline
Browse files Browse the repository at this point in the history
update README.md

NO_DOC=internal
NO_TEST=internal
NO_CHANGELOG=internal
  • Loading branch information
Виталий Шунков committed Feb 6, 2024
1 parent 296ae3e commit 6b0e3e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 58 deletions.
27 changes: 0 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,23 +64,6 @@ RHEL 8.x, CentOS 8.x, Rockylinux 8.x, recent Fedora version
curl -L https://download.picodata.io/tarantool-picodata/install.sh | bash
```

Install latest **Genin** package:
```shell
sudo yum install -y genin

> **Note:** with this installation method, all updates will
> also be available to you using `yum upgrade genin`

2. If you want to install `rpm` packages directly without
adding our repository.
```shell
rpm -i https://binary.picodata.io/repository/yum/el/8/x86_64/os/genin-0.5.8-1.el8.x86_64.rpm
```
RHEL 7.x, CentOS 7.x
```shell
rpm -i https://binary.picodata.io/repository/yum/el/7/x86_64/os/genin-0.5.8-1.el7.x86_64.rpm
```

---
> **Note:** please don't forget to pick the right package for your OS version.
---
Expand All @@ -98,11 +81,6 @@ Connect the Picodata repository using the following command in the terminal (as
curl -L https://download.picodata.io/tarantool-picodata/install.sh | bash
```

2. Downloading and installing the package directly:
```shell
curl -sLO https://binary.picodata.io/repository/raw/genin/deb/genin-0.5.8.amd64.deb && sudo dpkg -i genin-0.5.8.amd64.deb
```
---

#### Debian
Expand All @@ -118,11 +96,6 @@ Connect the Picodata repository using the following command in the terminal (as
curl -L https://download.picodata.io/tarantool-picodata/install.sh | bash
```

2. Downloading and installing the package directly:
```shell
curl -sLO https://binary.picodata.io/repository/raw/genin/deb/genin-0.5.8.amd64.deb && sudo dpkg -i genin-0.5.8.amd64.deb
```
---

#### MacOSX
Expand Down
31 changes: 0 additions & 31 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ Genin уже заранее скомпилирован под разные ар

#### Linux bin файл

Универсальный исполняемый файл (as root user or via sudo):
```shell
curl -sLO https://binary.picodata.io/repository/raw/genin/bin/genin-0.5.8-x86_64-musl.tar.gz
tar -xvf genin-0.5.8-x86_64-musl.tar.gz ; install genin /usr/local/bin/
```

---

#### RHEL, CentOS, Rockylinux, Fedora

Для операционных систем RHEL, CentOS, Rockylinux and Fedora доступно три вида установки.
Expand All @@ -72,19 +64,6 @@ curl -L https://download.picodata.io/tarantool-picodata/install.sh | bash
```shell
yum install -y genin
```
> **Note:** при таком способе установки вам так же будут доступны все обновления с помощью `yum upgrade genin`
2. Так же вы можете установить пакет `rpm` напрямую без добавления нашего репозитория.
RHEL 8.x, CentOS 8.x, Rockylinux 8.x, recent Fedora version
```shell
rpm -i https://binary.picodata.io/repository/yum/el/8/x86_64/os/genin-0.5.8-1.el8.x86_64.rpm
```
RHEL 7.x, CentOS 7.x
```shell
rpm -i https://binary.picodata.io/repository/yum/el/7/x86_64/os/genin-0.5.8-1.el7.x86_64.rpm
```
> **Note:** будьте внимательны, так как при выборе не правильной версии ос могут быть ошибки
> при установке `rpm`

---

Expand All @@ -100,11 +79,6 @@ rpm -i https://binary.picodata.io/repository/yum/el/7/x86_64/os/genin-0.5.8-1.el
curl -L https://download.picodata.io/tarantool-picodata/install.sh | bash
```

2. Загрузкой и установкой пакета напрямую:
```shell
curl -sLO https://binary.picodata.io/repository/raw/genin/deb/genin-0.5.8.amd64.deb && dpkg -i genin-0.5.8.amd64.deb
```

---

#### Debian
Expand All @@ -119,11 +93,6 @@ curl -sLO https://binary.picodata.io/repository/raw/genin/deb/genin-0.5.8.amd64.
curl -L https://download.picodata.io/tarantool-picodata/install.sh | bash
```

2. Загрузкой и установкой пакета напрямую:
```shell
curl -sLO https://binary.picodata.io/repository/raw/genin/deb/genin-0.5.8.amd64.deb && dpkg -i genin-0.5.8.amd64.deb
```

---

#### MacOSX
Expand Down

0 comments on commit 6b0e3e4

Please sign in to comment.