diff --git a/install_manually.md b/install_manually.md new file mode 100644 index 00000000..3d236d9f --- /dev/null +++ b/install_manually.md @@ -0,0 +1,30 @@ +# 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 +```bash +sudo apt-get install git +``` + +2. Clone the Yunohost install script repository +```bash +git clone https://github.com/YunoHost/install_script /tmp/install_script +``` + +3. Execute the installation script +```bash +cd /tmp/install_script && sudo ./install_yunohostv2 +``` + +
+ + + +*Once the installation is finished, you may want to go to the configuration step:* + +**[https://yunohost.org/postinstall](/postinstall)** \ No newline at end of file