Jump to content

Prestashop installation via ssh?


Recommended Posts

ok i'm going to answer my own question...

login to your server and go into the website directory that you want to install prestashop.

use these commands:

wget http://www.prestashop.com/download/prestashop_1.2.4.0.zip
unzip prestashop_1.2.4.0.zip
rm prestashop_1.2.4.0.zip
chmod 755 config tools/smarty/compile sitemap.xml
chmod -R 755 img mails modules themes/prestashop/lang translations upload download

then go to your web browser to www.yousite.com/prestashop/

run through the web installer

when finished come back to the terminal and use the following commands...

rm -r install
mv admin NEWADMINNAME

* NEWADMINNAME to be replaced with a different name for your admin panel than admin. prestashop requires this.

then your done. prestashop installed much much more easily than magento. for the record.

  • Like 1
Link to comment
Share on other sites

  • 2 years 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...