Operation and installation of OneClick on Raspberry Pi

From EN Ikoula wiki
⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽

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 ?

0



You are not allowed to post comments.

Catégorie:RaspbianCatégorie:Microserver