SolarNetwork / solarnode-os-packages

SolarNode operating system packages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SolarNode OS Packages

This repository contains scripts to create operating system packages to support SolarNode. SolarNetwork Foundation hosts a Debian package repository (and a staging repository) for pre-built Debian packages.

Build requirements

The exact build requirements vary for each package. Most packages use make and fpm. On Debian systems, these can typically be installed like this:

sudo apt install git ruby ruby-dev build-essential

# For Ruby < 2.6
sudo gem install --no-ri --no-rdoc fpm

# For Ruby 2.6+
sudo gem install --no-document fpm

Then you can clone this repository and build the packages as needed:

git clone https://github.com/SolarNetwork/solarnode-os-packages.git
cd solarnode-os-packages
git checkout develop

About

SolarNode operating system packages.

License:Apache License 2.0


Languages

Language:Shell 47.0%Language:Makefile 39.2%Language:Python 8.1%Language:HTML 5.6%