lancersdaz Posted December 30, 2015 Share Posted December 30, 2015 Hi, I've had a look through the documents and I'm really having trouble finding information on Prestashop 1.6.1 Lamp on Azure. I've got prestashop installed no problem but I've hit a brick wall with what should be the simple part. I'm currently unable to delete the install folder! The username I set up during the creation of the VM using the Prestashop image (not bitnami) doesn't have the permissions required to delete the install folder from ftp. I've also logged in via SSH and tried without success. It's probably something I'm missing if anyone can point out where I went wrong I would appreciate it. Happy New Year. Link to comment Share on other sites More sharing options...
Fixer779 Posted June 3, 2016 Share Posted June 3, 2016 Hi! I know this is an old thread, but nobody answered and Microsoft has done nothing to help, so this is the best place write my solution and help other people. Had same problem, solved it through ssh. Use your public IP and port 22 with PUTTY.exe and login with your admin password (the one you created before installing prestashop) Find your dir by using the command: /usr/share$ cd /var OR cd /var/www/html$ From there you delete the prestashop install folder by using the command: sudo rm -rf install (Needs to be sudo otherwise you can't delete the files) Aaand there ya go! Happy prestashoppin' ! 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