https://github.com/tarantool/gentoo-overlay
Tarantool Gentoo Overlay
https://github.com/tarantool/gentoo-overlay
Last synced: about 1 year ago
JSON representation
Tarantool Gentoo Overlay
- Host: GitHub
- URL: https://github.com/tarantool/gentoo-overlay
- Owner: tarantool
- Created: 2013-05-15T18:51:37.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T21:01:49.000Z (over 1 year ago)
- Last Synced: 2025-03-28T04:02:26.053Z (over 1 year ago)
- Language: Shell
- Size: 270 KB
- Stars: 8
- Watchers: 34
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tarantool Gentoo Overlay
========================
Tarantool, https://tarantool.org/
Tarantool is an efficient NoSQL database and a Lua application server.
Using repository with newer portage
-----------------------------------
A package manager with git repository support can be used for sync.
Portage version 2.2.16 and later supports git sync.
The `repos.conf` entry for repository sync may look like the following:
[tarantool]
location = /usr/local/portage/tarantool
sync-type = git
sync-uri = https://github.com/tarantool/gentoo-overlay.git
auto-sync = true
Please note that if you use existing repository location, you *need to
remove the existing repository first*.
Using repository with eselect-repository
----------------------------------------
emerge --ask app-eselect/eselect-repository
mkdir -p /etc/portage/repos.conf
eselect repository enable tarantool
emaint sync -r tarantool
Using repository with layman
----------------------------
layman -S
layman -a tarantool
emerge --autounmask-write tarantool
etc-update
emerge -av tarantool