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