Owncloud » Historique » Version 3
Laurent GUERBY, 17/06/2016 18:21
1 | 1 | Laurent GUERBY | h1. Owncloud |
---|---|---|---|
2 | 1 | Laurent GUERBY | |
3 | 3 | Laurent GUERBY | Voir [[Nextcloud]] |
4 | 3 | Laurent GUERBY | |
5 | 1 | Laurent GUERBY | h2. Update |
6 | 1 | Laurent GUERBY | |
7 | 1 | Laurent GUERBY | <pre> |
8 | 1 | Laurent GUERBY | cd /var/www/owncloud.tetaneutral.net |
9 | 1 | Laurent GUERBY | bash perm.sh www-data |
10 | 1 | Laurent GUERBY | </pre> |
11 | 1 | Laurent GUERBY | |
12 | 1 | Laurent GUERBY | En haut a droite admin puis admin clic sur Updater |
13 | 1 | Laurent GUERBY | |
14 | 2 | Laurent GUERBY | Puis |
15 | 2 | Laurent GUERBY | |
16 | 2 | Laurent GUERBY | <pre> |
17 | 2 | Laurent GUERBY | bash perm.sh root |
18 | 2 | Laurent GUERBY | </pre> |
19 | 2 | Laurent GUERBY | |
20 | 1 | Laurent GUERBY | En cas d'erreur a la main : |
21 | 1 | Laurent GUERBY | <pre> |
22 | 1 | Laurent GUERBY | wget https://download.owncloud.org/community/owncloud-8.1.1.tar.bz2 |
23 | 1 | Laurent GUERBY | root@www:/var/www# tar xfj /root/owncloud-8.1.1.tar.bz2 |
24 | 1 | Laurent GUERBY | root@www:/var/www# mv owncloud owncloud.tetaneutral.net |
25 | 1 | Laurent GUERBY | root@www:/var/www# cp owncloud.tetaneutral.net-backup20150825/perm.sh owncloud.tetaneutral.net |
26 | 1 | Laurent GUERBY | root@www:/var/www# cp owncloud.tetaneutral.net-backup20150825/config/config.php owncloud.tetaneutral.net/config/ |
27 | 1 | Laurent GUERBY | root@www:/var/www# cd owncloud.tetaneutral.net |
28 | 1 | Laurent GUERBY | root@www:/var/www/owncloud.tetaneutral.net# mkdir apps-write |
29 | 1 | Laurent GUERBY | root@www:/var/www/owncloud.tetaneutral.net# bash perm.sh www-data |
30 | 1 | Laurent GUERBY | root@www:/var/www/owncloud.tetaneutral.net# vi config/config.php |
31 | 1 | Laurent GUERBY | root@www:/var/www/owncloud.tetaneutral.net# grep mainte config/config.php |
32 | 1 | Laurent GUERBY | 'maintenance' => false, |
33 | 2 | Laurent GUERBY | |
34 | 2 | Laurent GUERBY | Puis cliquer sur le site web, quand fini |
35 | 2 | Laurent GUERBY | |
36 | 2 | Laurent GUERBY | bash perm.sh root |
37 | 1 | Laurent GUERBY | </pre> |