Bonjour,

Je suis sous Debian 7.8 et je cherche à installer Thelia sur un nouveau domaine.
Je suis leur documentation située à cette adresse :
http://doc.thelia.net/en/documentati...installation-1

N'étant pas un expert en administration système, j'ai dû mal paramétrer mon système car lorsque je tente de récupérer composer j'obtiens une erreur :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
alejandro@*******:/var/www$ sudo curl -sS https://getcomposer.org/installer | php
#!/usr/bin/env php
All settings correct for using Composer
Downloading...
Could not create file /home/www/composer.phar: fopen(/home/www/composer.phar): failed to open stream: Permission denied
Download failed: fopen(/home/www/composer.phar): failed to open stream: Permission denied
fwrite() expects parameter 1 to be resource, boolean given
Downloading...
Could not create file /home/www/composer.phar: fopen(/home/www/composer.phar): failed to open stream: Permission denied
Download failed: fopen(/home/www/composer.phar): failed to open stream: Permission denied
fwrite() expects parameter 1 to be resource, boolean given
Downloading...
Could not create file /home/www/composer.phar: fopen(/home/www/composer.phar): failed to open stream: Permission denied
Download failed: fopen(/home/www/composer.phar): failed to open stream: Permission denied
fwrite() expects parameter 1 to be resource, boolean given
The download failed repeatedly, aborting.
Je précise que je fais un sudo car www appartient à root :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
alejandro@*******:/var$ ls -lah
total 44K
drwxr-xr-x 11 root root  4.0K Jun 24  2014 .
drwxr-xr-x 23 root root  4.0K Jun 24  2014 ..
drwxr-xr-x  2 root root  4.0K Aug  6 06:38 backups
drwxr-xr-x 13 root root  4.0K Dec 11  2014 cache
drwxr-xr-x 38 root root  4.0K Aug  4 04:26 lib
drwxrwsr-x  2 root staff 4.0K Jun 17  2012 local
lrwxrwxrwx  1 root root     9 Jun 24  2014 lock -> /run/lock
drwxr-xr-x 12 root root  4.0K Aug  6 06:38 log
drwxrwsr-x  2 root mail  4.0K Mar 18 07:44 mail
drwxr-xr-x  2 root root  4.0K Oct 10  2012 opt
lrwxrwxrwx  1 root root     4 Jun 24  2014 run -> /run
drwxr-xr-x  5 root root  4.0K Jun 24  2014 spool
drwxrwxrwt  3 root root  4.0K Dec 11  2014 tmp
lrwxrwxrwx  1 root root     9 Jun 24  2014 www -> /home/www
Quelqu'un pourrait-il m'aider à reconfigurer mon serveur pour que ce soit plus propre et que je puisse finir mon installation.
Merci d'avance.