doc/install_manually.md

19 lines
862 B
Markdown
Raw Normal View History

# Installing YunoHost manually
2014-06-05 11:37:38 +02:00
Once you have access to a command line on your server (either directly or through SSH), you can install yunohost by running command as root :
2014-06-05 11:37:38 +02:00
```bash
bash <(wget -q -O- https://install.yunohost.org/)
2014-06-05 11:37:38 +02:00
```
<small>*(If `wget` is not installed on your system, you might need to install it with `apt install wget`)*</small>
2014-06-05 11:37:38 +02:00
Once the installation is finished, you may want to [**proceed to post-installation**](/postinstall)
2014-06-05 11:40:22 +02:00
---
2014-07-31 13:28:10 +02:00
**Note for advanced users concerned with the `curl|bash` approach**
2014-07-31 13:28:10 +02:00
If you strongly object to the `curl|bash` way (and similar commands) of installing software, consider reading ["Is curl|bash insecure?"](https://sandstorm.io/news/2015-09-24-is-curl-bash-insecure-pgp-verified-install) on Sandstom's blog, and possibly [this discussion on Hacker News](https://news.ycombinator.com/item?id=12766350).
2014-06-05 11:37:38 +02:00