An open API service indexing awesome lists of open source software.

https://github.com/nicolargo/glancesautopkg

Glances autopackage builder
https://github.com/nicolargo/glancesautopkg

Last synced: 3 months ago
JSON representation

Glances autopackage builder

Awesome Lists containing this project

README

        

Glances autopackage builder
===========================

This repo aims at building RPM, DEB and self-extracting SH for Glances.

Pre-requisites
==============

Packages are build thanks to the fpm software.

First of all, we need to install or update it (with root right):

.. code-block:: console

gem install fpm

Note: on Ubuntu, *gem* is available in the *ruby* package. You also need to
install *ruby-dev*.

Build the RPM package
=====================

Enter the following command line:

.. code-block:: console

fpm -s python -t rpm glances

Build the DEB package
=====================

Enter the following command line:

.. code-block:: console

fpm -s python -t deb glances

Build the self-extracting SH installer
======================================

Enter the following command line:

.. code-block:: console

fpm -s python -t sh glances

Note: You can also build the PsUtil (mandatory) and Bootle (mandatory for Web UI)
with the same king of command line.