Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.6 KB

README.md

File metadata and controls

50 lines (30 loc) · 1.6 KB

YunoHost installation scripts

Forked version: some discussion available here

Context

The scripts in this repository will install YunoHost on a Debian system.

Only Debian 7 (aka wheezy) and 8 (aka jessie) are supported.

Basic usage

Go into a temporary folder, e.g. /tmp:

$ cd /tmp

Get the install script:

$ wget https://raw.githubusercontent.com/YunoHost/install_script/master/install_yunohostv2

Execute the script:

$ bash install_yunohostv2

If something goes wrong, you can check the installation logs saved in /var/log/yunohost-installation.log

Advanced usage

The script supports a number of positional arguments:

$ bash install_yunohostv2 -h
Usage :
  install_yunohostv2 [-a] [-d <DISTRIB>] [-h]

Options :
  -a      Enable automatic mode. No questions are asked.
          This does not perform the post-install step.
  -d      Choose the distribution to install ('stable', 'testing', 'unstable').
          Defaults to 'stable'
  -h      Prints this help and exit

By specifying -a, the installation will be performed without asking any question. This is useful for fully automated headless installations. The post-installation will need to be performed later.

The -d <DISTRIB> switch is mostly for advanced users who want to install the bleeding edge versions of YunoHost packages.

Issues, Feedback

Please report issues here : https://dev.yunohost.org/projects/yunohost/issues