https://github.com/nicolargo/glancesautopkg
Glances autopackage builder
https://github.com/nicolargo/glancesautopkg
Last synced: 3 months ago
JSON representation
Glances autopackage builder
- Host: GitHub
- URL: https://github.com/nicolargo/glancesautopkg
- Owner: nicolargo
- Created: 2017-04-03T16:15:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-14T15:18:46.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T03:45:15.586Z (5 months ago)
- Language: Shell
- Size: 2.44 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.