b3tw33n Posted October 19, 2009 Share Posted October 19, 2009 is there the possibility of an ssh install for prestashop? i'm also trying to install on dreamhost and the permission via ftp are a nightmare. any help?thanksjames Link to comment Share on other sites More sharing options...
b3tw33n Posted October 19, 2009 Author Share Posted October 19, 2009 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.zipunzip prestashop_1.2.4.0.ziprm prestashop_1.2.4.0.zipchmod 755 config tools/smarty/compile sitemap.xmlchmod -R 755 img mails modules themes/prestashop/lang translations upload downloadthen go to your web browser to www.yousite.com/prestashop/run through the web installerwhen finished come back to the terminal and use the following commands...rm -r installmv 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. 1 Link to comment Share on other sites More sharing options...
prestabase Posted October 20, 2009 Share Posted October 20, 2009 A lot of hosts do not allow 777 permissions on files or directories and will cause permission errors when those files or directories are accessed. chmod 755 should be enough. Link to comment Share on other sites More sharing options...
b3tw33n Posted October 21, 2009 Author Share Posted October 21, 2009 yeah you're right. i'm pretty new at this still. thanks. Link to comment Share on other sites More sharing options...
ralphstirrat Posted July 24, 2012 Share Posted July 24, 2012 Hi great information there, if I install the files at http://mydomain.co.uk/prestashop as shown how do I make them show as htttp://mydomain.co.uk/ in the root directory? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now