[email protected] Posted July 15, 2018 Share Posted July 15, 2018 Hi I'm a newbie coming from a Windows and Microsoft background. I have used the "PrestaShop Advanced Template" to automatically create my PrestaShop install of ( 1 Web Server & 1 Database Server). However when I try to access the back office I get and error telling me I need to delete the /install directory first. that would be fine except it was an automatic install so I don't know were the install folder is ! I have managed to fish around a bit and got onto the web server and executed the "ls" bash command to see folders, I cant find the install folder, however I don't have access to the /root folder and suspect that it might be in there. I'm logged into the Azure Portal and I am using a "Serial Console" to access the Web Server (front-end VM) I have also check on the database server (back-end VM) in the same way and have the same limited access. I'm new to Bash, so how do I elevate my permissions so I can access the root folder [if indeed the /install folder is located there] ? Link to comment Share on other sites More sharing options...
[email protected] Posted July 15, 2018 Author Share Posted July 15, 2018 found the solution need raised privileges which is achieve by using the "sudo" command before the desired command such as: sudo ls -a ../../root or sudo ls -a ../../var/www/html this second command list the install directory amongst others so sudo rm -r ../../var/www/html/install actually removes it. Note: as I'm new to Unix / Linux I would have hope to find some help on this but had to try to guess helped by my general IT skills 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