Operation and installation of OneClick on Raspberry Pi and dedicated servers
it:Funzionamento e installazione di OneClick su Raspberry Pi e server dedicati
es:Operación e instalación de OneClick en Raspberry Pi y servidores dedicados
nl:OneClick bediening en installatie op Raspberry Pi en dedicated servers
Situation
OneClicks are applications that install automatically using an ansible playbook that will allow the installation and configuration of a given application. The scripts are to be executed locally on the machine directly, then the bash script will trigger an ansible-pull in order to find its configuration.
Application available (for the moment)
- Apache 2
- Drupal
- FreeCIV
- GoLang
- Grafana
- Gravitee
- Haproxy
- InfluxDB
- Java
- Jenkins
- LEMP
- LAMP
- MariaDB
- Minecraft
Provision of scripts
To retrieve the script allowing the installation of the application on your machine, you must go to the next page and retrieve the desired bash script which bears the name of the application.
Install an app
To install an application:
- Get the desired application's .sh script from the GitHub repository
- Read it because it contains a comment indicating the parameters that must be passed during the execution (for example: a password for a database, a username for a web app, etc.) .
- Make the .sh script executable (chmod + x script_name.sh).
- Run the script (./script_name.sh [param1] [param2]).
Once executed the application will be installed and configured on the machine.
Did you find this article useful?
Enable comment auto-refresher