Jump to content

Presta Shop 1.4 Install


Recommended Posts

Hello,

is ther a manual how to install PrestaShop 1.4 ?

This one is 3 years old:
http://www.prestashop.com/wiki/Installing_And_Updating_PrestaShop_Software/

Do I still have to turn on the GD Library ?


make sure the following PrestaShop folders have ‘write’ permissions ...... /config, /upload, /download, /tools/smarty/compile.

The Folders "smarty" and "compile" no longer exists, are ther some other folders now who needs that write permission instead?

Is it still nessesary to rename the /admin folder?

Thank You
Link to comment
Share on other sites

ok, that was all I had to do on server via ssh

wget http://www.prestashop.com/download/prestashop_1.4.2.5.zip
unp prestashop_1.4.2.5.zip
rm prestashop_1.4.2.5.zip
cd prestashop

#http://www.prestashop.com/wiki/Installing_And_Updating_PrestaShop_Software/

chmod a+w config upload download tools
chmod a+w -R img mails modules themes/prestashop/lang translations

#new ones in 1.4
chmod a+w sitemap.xml log
chmod a+w -R tools themes/prestashop/cache

#after installation & configuration

mv admin ExampleName
rm -R install readme_fr.txt readme_en.txt readme_es.txt  readme_de.txt readme_it.txt CHANGELOG

#Backend
http://www.domaine.com/ExapleName

Link to comment
Share on other sites

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...