Difference between revisions of "Operation and installation of OneClick on Raspberry Pi"

From EN Ikoula wiki
⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽
Line 1: Line 1:
 
<span data-link_translate_fr_title="Fonctionnement et installation des OneClick sur Raspberry Pi"  data-link_translate_fr_url="Fonctionnement+et+installation+des+OneClick+sur+Raspberry+Pi"></span>[[:fr:Fonctionnement et installation des OneClick sur Raspberry Pi]][[fr:Fonctionnement et installation des OneClick sur Raspberry Pi]]
 
<span data-link_translate_fr_title="Fonctionnement et installation des OneClick sur Raspberry Pi"  data-link_translate_fr_url="Fonctionnement+et+installation+des+OneClick+sur+Raspberry+Pi"></span>[[:fr:Fonctionnement et installation des OneClick sur Raspberry Pi]][[fr:Fonctionnement et installation des OneClick sur 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]]
  
 
==Situation== <!--T:1-->
 
==Situation== <!--T:1-->

Revision as of 15:09, 14 April 2021

fr:Fonctionnement et installation des OneClick sur Raspberry Pi

es:Operación e instalación de OneClick en 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 ?

0



You are not allowed to post comments.

Catégorie:RaspbianCatégorie:Microserver