Jump to content

Installation de Prestashop en SSH


Recommended Posts

Pour une installation plus rapide de Prestashop, je vous conseille le SSH.

A voir aussi ici : Installation Prestashop SSH


wget http://www.prestashop.com/download/prestashop_1.X.X.zip
unzip prestashop_1.X.X.zip
rm prestashop_1.X.X.zip
-- Deplacer le contenu de /prestashop/ vers la racine
mv prestashop/* .
rm -r prestashop
-- Création de robots.txt et .htaccess
touch robots.txt .htaccess
chmod 777 config tools/smarty/compile admin/import admin/backups sitemap.xml robots.txt .htaccess
chmod -R 777 img mails modules themes/prestashop/lang 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

Link to comment
Share on other sites

  • 6 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...