Sems
SEMS core forked from https://github.com/sems-server/sems
Install / Use
/learn @yeti-switch/SemsREADME
sems
sems core is a part of project Yeti
Installation via Package (Debian)
# apt install wget gnupg
# echo "deb [arch=amd64] http://apt.postgresql.org/pub/repos/apt bookworm-pgdg main" > /etc/apt/sources.list.d/pgdg.list
# wget -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg
# echo "deb [arch=amd64] https://deb.yeti-switch.org/debian/1.14 bookworm main" > /etc/apt/sources.list.d/yeti.list
# wget http://deb.yeti-switch.org/yeti.gpg -O /etc/apt/trusted.gpg.d/deb.yeti-switch.org.asc
# apt install sems sems-modules-base
check Documentation for additional versions/distributions info
Building from sources (Debian)
install prerequisites
# apt install git cmake build-essential devscripts
get sources
$ git clone https://github.com/yeti-switch/sems.git --recursive
$ cd sems
install dependencies
# apt build-deps .
build packages
$ dpkg-buildpackage -us -uc -b
