Wallabag Migration(Linux): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 12: | Zeile 12: | ||
<pre> | <pre> | ||
tar -xzf latest-v2-package | |||
sudo mv 2.3.8 /mnt/synology/web1/www/wallabag2_3_8 | |||
cd /mnt/synology/web1/www/ | |||
sudo chown -R www-data:www-data wallabag2_3_8 | |||
sudo ln -s wallabag2_3_8 wallabag | |||
</pre> | </pre> | ||
Version vom 2. August 2020, 11:31 Uhr
Noch in Bearbeitung
Download
cd ~/temp wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package
Installation
tar -xzf latest-v2-package sudo mv 2.3.8 /mnt/synology/web1/www/wallabag2_3_8 cd /mnt/synology/web1/www/ sudo chown -R www-data:www-data wallabag2_3_8 sudo ln -s wallabag2_3_8 wallabag
Links
https://doc.wallabag.org/en/admin/installation/installation.html#installation
https://websolutionstogo.de/blog/wallabag-installieren-update-durchfuehren/
Zurück zu Wallabag