back to all repositories

Repository: Lim

Lim provides a framework for calling plugins over multiple protocols such as RESTful JSON/XML, JSON-RPC, XML-RPC and SOAP. The repository also contains plugins for DNS, OpenDNSSEC and SoftHSM.

Sources

The following sources are packaged in this repository.

Debian Packages

Supported Debian distributions are wheezy, jessie and sid.

Wheezy

echo "deb http://jelu.github.io/lim/debian wheezy main" | sudo tee /etc/apt/sources.list.d/jelu.github.io.lim.list
wget -O - https://jelu.github.io/package.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install lim-agentd ...

Jessie

echo "deb http://jelu.github.io/lim/debian jessie main" | sudo tee /etc/apt/sources.list.d/jelu.github.io.lim.list
wget -O - https://jelu.github.io/package.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install lim-agentd ...

Sid

echo "deb http://jelu.github.io/lim/debian sid main" | sudo tee /etc/apt/sources.list.d/jelu.github.io.lim.list
wget -O - https://jelu.github.io/package.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install lim-agentd ...

Ubuntu Packages

Packages for Ubuntu are provided by LaunchPad, add this PPA to your system to access the packages.

Supported Ubuntu distributions are Yakkety, Xenial, Trusty, and Precise.

sudo add-apt-repository ppa:jelu/lim
sudo apt-get update
sudo apt-get install lim-agentd ...

CentOS Packages

Coming soon...

Based on cover template for Bootstrap, by @mdo.