jeudi 15 mars 2012

Installer prestashop 1.4.7 en ssh sur kimsufi

J'utilise putty


Je me place à la racine httpdocs


wget http://www.prestashop.com/download/prestashop_1.4.7.zip
unzip prestashop_1.4.7.zip
rm prestashop_1.4.7.zip

## Création de robots.txt et .htaccess
touch robots.txt .htaccess


chmod 777 config tools/smarty/compile 
tools/smarty/cache tools/smarty_v2/compile  tools/smarty_v2/cache log admin/import admin/backups sitemap.xml robots.txt .htaccess
chmod -R 777 img mails modules themes/prestashop/lang themes/prestashop/cache translations upload download
######### Commencer la webinstall sur /install/ #########
## Une fois installée, supprimer certains fichiers et renommer l'admin :
rm -r install readme_fr.txt readme_en.txt readme_es.txt
## Changement du nom de l'admin par /mon_admin
mv admin mon_admin


Aucun commentaire:

Enregistrer un commentaire