Biscotto Posted July 19, 2021 Share Posted July 19, 2021 Hello everyone, I'm experiencing some problems with the Prestashop development environment setting. Basically, following the instructions in the manual, it seems that I can't correctly download the assets to use PS. This is the procedure I followed: Look for new folder on VS Code and open terminal Run git clone https://github.com/PrestaShop/PrestaShop.git (version 1.7.8.0 is downloaded) Run composer install Run the PS installation (example: http://localhost/PrestaShop ) After doing some research I was instructed to run the make install command immediately after using composer install. The problem is that the make command doesn't seem to be recognized. Can you tell me what I'm doing wrong? Link to comment Share on other sites More sharing options...
Zohaib-fk Posted July 20, 2021 Share Posted July 20, 2021 Hi, I hope below demo video will help PrestaShop how to install prestashop e-commerce online shopping software PrestaShop Tutorials Videos [How to do Tasks] Link to comment Share on other sites More sharing options...
SmartDataSoft Posted July 20, 2021 Share Posted July 20, 2021 @Biscotto Please install the PrestaShop stable file from PrestaShop.com 1.7.7.5 if you download from git you will got unstable version which are development mode. Download the file and then follow Zohaib-fk tutorial to install that in localhost. Make sure your execution time is 300s min and memory limit 256MB or 512M. Then you are able to install PrestaShop smooth Thank you Link to comment Share on other sites More sharing options...
Biscotto Posted July 22, 2021 Author Share Posted July 22, 2021 Thank you for your responses, but you most likely did not read my post carefully. I need to download and use the development version of PS, so I would like to use on my ide the official development repository of Prestashop git page. I don't need to install the standard version of PS locally. 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