wiki/HowtoTypo3.md

47 lines
878 B
Markdown
Raw Normal View History

2016-12-29 11:25:39 +01:00
**Cette page a été importée automatiquement de notre ancien wiki mais n'a pas encore été révisée.**
# Howto Typo3
Version : Typo3 4.5.22 LTS
~~~
# aptitude install imagemagick graphicsmagick php5-imagick
# aptitude install php-apc php5-curl
~~~
Paramètres PHP à modifier :
~~~
upload_max_filesize => 20 Mo
max_excution_time => 90s
Activer la fonction exec()
~~~
Modules Apache à activer et autoriser via AllowOverride :
~~~
mod_expires
mod_rewrite
mod_deflate
~~~
~~~
% touch ENABLE_INSTALL_TOOL
% chmod g+w ENABLE_INSTALL_TOOL
~~~
Droits à ajuster :
~~~
% chmod g+w typo3temp/
% chmod g+w typo3conf/localconf.php
% chmod g+w typo3conf
% chmod g+w chmod g+w fileadmin/ typo3conf/ext/ uploads/
% chmod g+w typo3conf/l10n/
% chmod g+w uploads/pics/
% chmod g+w uploads/media/
% chmod g+w uploads/tf/
% chmod g+w fileadmin/_temp_/
% chmod g+w typo3/ext/
~~~