Difference between revisions of "Operation and installation of OneClick on Raspberry Pi"
Lfourrea5593 (talk | contribs) |
Lfourrea5593 (talk | contribs) |
||
Line 2: | Line 2: | ||
<span data-link_translate_es_title="Operación e instalación de OneClick en Raspberry Pi" data-link_translate_es_url="Operación+e+instalación+de+OneClick+en+Raspberry+Pi"></span>[[:es:Operación e instalación de OneClick en Raspberry Pi]][[es:Operación e instalación de OneClick en Raspberry Pi]] | <span data-link_translate_es_title="Operación e instalación de OneClick en Raspberry Pi" data-link_translate_es_url="Operación+e+instalación+de+OneClick+en+Raspberry+Pi"></span>[[:es:Operación e instalación de OneClick en Raspberry Pi]][[es:Operación e instalación de OneClick en Raspberry Pi]] | ||
<span data-link_translate_it_title="Funzionamento e installazione di OneClick su Raspberry Pi" data-link_translate_it_url="Funzionamento+e+installazione+di+OneClick+su+Raspberry+Pi"></span>[[:it:Funzionamento e installazione di OneClick su Raspberry Pi]][[it:Funzionamento e installazione di OneClick su Raspberry Pi]] | <span data-link_translate_it_title="Funzionamento e installazione di OneClick su Raspberry Pi" data-link_translate_it_url="Funzionamento+e+installazione+di+OneClick+su+Raspberry+Pi"></span>[[:it:Funzionamento e installazione di OneClick su Raspberry Pi]][[it:Funzionamento e installazione di OneClick su Raspberry Pi]] | ||
− | + | <span data-link_translate_nl_title="OneClick bediening en installatie op Raspberry Pi" data-link_translate_nl_url="OneClick+bediening+en+installatie+op+Raspberry+Pi"></span>[[:nl:OneClick bediening en installatie op Raspberry Pi]][[nl:OneClick bediening en installatie op Raspberry Pi]] | |
==Situation== <!--T:1--> | ==Situation== <!--T:1--> |
Latest revision as of 15:54, 14 April 2021
fr:Fonctionnement et installation des OneClick sur Raspberry Pi es:Operación e instalación de OneClick en Raspberry Pi it:Funzionamento e installazione di OneClick su Raspberry Pi nl:OneClick bediening en installatie op Raspberry Pi
Situation
OneClicks are applications that install automatically using an ansible playbook that will allow the installation and configuration of a given application. The scripts must be executed locally on the machine directly, then the bash script will trigger an ansible-pull in order to find its configuration.
Available application (for the moment)
- Apache 2
- Drupal
- FreeCIV
- GoLang
- Grafana
- Gravitee
- Haproxy
- InfluxDB
- Java
- Jenkins
- LEMP
- LAMP
- MariaDB
- Minecraft
Provision of scripts
To retreive the installation script, please visit this page [1] and get the desired bash script named after the applicaton.
Install the app
To install an application:
- Get the .sh script of desired application on GitHub
- Read the script, it contains a comment ndicating the parameters that must be passed during execution (for example: a password for a database, a user name for a web app, etc.).
- Make the .sh script executable (chmod + x script_name.sh).
- Execute the script (./nom_script.sh [param1] [param2]).
Once executed the application will be installed and configured on the machine.
Cet article vous a semblé utile ?
Enable comment auto-refresher