doc/install_manually.md
YunoHost Bot 0138a375c4 [Anonymous contrib] because without these command it wasnt possible to continue (#559)
* because without these command it wasnt possible to continue
* Update install_manually.md
2017-09-30 02:00:16 +02:00

1.3 KiB

Install YunoHost manually

Once you have access to your server, either directly or by SSH, you can install YunoHost using the install script.

Note: The configuration of your services will be overridden, it is thus recommended to install YunoHost on a newly installed Debian system.
  1. Install git
sudo apt-get update
sudo apt-get install ca-certificates dialog git
  1. Clone the Yunohost install script repository
git clone https://github.com/YunoHost/install_script /tmp/install_script
  1. The root user must have a password set, if it isn't the case, set it (otherwise, the install script fails):
sudo passwd root
  1. Execute the installation script
cd /tmp/install_script && sudo ./install_yunohost


Warning: Apache could already be installed by default on your dedicated server. If it's the case the installation script will fail since YunoHost is using Nginx. You will have to remove *apache2.2* package with the command: ``sudo apt-get autoremove apache2.2`` and execute the script again.

*Once the installation is finished, you may want to proceed to post-installation: yunohost.org/postinstall *