Difference between revisions of "Magento:Permessi"
From Aino Wiki
(Created page with "==Inizialmente, per sbloccare tutto== In fase di sviluppo converrebbe ''sbloccare tutto''<tt>'''#''' find . -type f -exec chmod 644 {} \;</tt> <tt>'''#''' find . -type d -exe...") |
(No difference)
|
Latest revision as of 22:38, 5 August 2014
Inizialmente, per sbloccare tutto
In fase di sviluppo converrebbe sbloccare tutto# find . -type f -exec chmod 644 {} \;
# find . -type d -exec chmod 777 {} \;
# chmod o+w var/htaccess
# chmod 550 mage
Opzionale ? cambio proprietario, non l'ho provato
# find . -type d -exec chown -R www-data:www-data xxxxxxx -R significa che opera ricorsivamente
Semplicemente:
# chown -R www-data:www-data xxxxxxx