Hello all,
is it possible to install updates, backups or applications on my Yunohost via command line? I assume it is, but I haven’t found any documents. Maybe I am blind Can someone give me some advice?
Thanks
tinder
Hello all,
is it possible to install updates, backups or applications on my Yunohost via command line? I assume it is, but I haven’t found any documents. Maybe I am blind Can someone give me some advice?
Thanks
tinder
Yes it’s possible !
From commande line
sudo yunohost --help
should give you all the info you need !
On my server i’ve got a webapp installation
Go to this directory
cd /var/www/my_webapp/
And I run this command to convert a man page to a pdf
man -t yunohost | ps2pdf - yunohost.pdf
If you want , you can download this pdf here
[https://crust.ovh/site/yunohost.pdf](Yunohost Man Format PDF)
You can write a bash script and put a cron to have always a update file.
++
Wow, thank you! That looks very good