informatique:logiciels:owncloud
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
informatique:logiciels:owncloud [2012/11/03 00:01] – modification externe 127.0.0.1 | informatique:logiciels:owncloud [2013/10/14 20:45] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 45: | Line 45: | ||
Pour éviter les merdes avec '' | Pour éviter les merdes avec '' | ||
<code bash> | <code bash> | ||
- | # aptitude install php5 php5-json php5-gd | + | aptitude install php5 php5-json php5-gd |
- | # aptitude install php5-sqlite curl libcurl3 libcurl3-dev php5-curl | + | aptitude install php5-sqlite curl libcurl3 libcurl3-dev php5-curl |
- | # aptitude install bzip2 | + | aptitude install bzip2 |
</ | </ | ||
Line 65: | Line 65: | ||
100%[================================================> | 100%[================================================> | ||
- | $ tar -xjf owncloud-4.5.0.tar.bz2 | + | tar -xjf owncloud-4.5.0.tar.bz2 |
- | # cp -r owncloud /var/www/ | + | cp -r owncloud /var/www/ |
</ | </ | ||
Permissions | Permissions | ||
<code bash> | <code bash> | ||
- | # chown www-data ../ | + | chown -R www-data ../ |
- | # chown -R www-data: | + | chown -R www-data: |
- | # chown -R www-data: | + | chown -R www-data: |
- | (pas de dossier " | + | |
- | # chown www-data .htaccess | + | chown www-data .htaccess |
</ | </ | ||
+ | Lors de la première installation il n'y a pas de dossier " | ||
====Configuration d' | ====Configuration d' | ||
Line 82: | Line 83: | ||
Activer les htaccess : | Activer les htaccess : | ||
<code bash> | <code bash> | ||
- | # vi / | + | vi / |
[..] | [..] | ||
< | < | ||
Line 88: | Line 89: | ||
[..] | [..] | ||
- | # a2enmod rewrite | + | a2enmod rewrite |
- | # a2enmod headers | + | a2enmod headers |
- | # service apache2 restart | + | service apache2 restart |
</ | </ | ||
puis on fini l' | puis on fini l' | ||
+ | |||
+ | ====MAJ 5.0.7 vers 5.0.7.1==== | ||
+ | |||
+ | Contrairement à ce qu'il parait, ce n'est pas aussi simple qu'un clic. | ||
+ | |||
+ | Se logger sous owncloud, aller dans le menu Administration et trouver le section " | ||
+ | |||
====Liens==== | ====Liens==== |
informatique/logiciels/owncloud.1351900913.txt.gz · Last modified: 2013/10/14 20:55 (external edit)