Hi everyone, I was following this guide:
http://blobmarket.com/blog/en/install-prestashop-1-6-on-a-digital-ocean-vps.html#.U-q8xa6QL
But actually i got cut to the half of the guide… Looks like the server its down… So I’m thinking i miss some steps… Actually I prepared the domain to point to a specific folder and then i got to start the installation of the prestasho but i’m gettin stucked with some errors that look like permissions missins:
Recursive write permissions on files and folders: ~/config/ ~/cache/ ~/log/ ~/img/ ~/mails/ ~/modules/ ~/themes/default/lang/ ~/themes/default/cache/ ~/translations/ ~/upload/ ~/download/ ~/sitemap.xml
PHP parameters: Mcrypt extension is not enabled
Thats all, any help are welcome :D
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Run the following command to grant Apache write permissions to the files and folders:
cd /var/www/mydomain
sudo chown -R www-data:www-data config/ cache/ log/ img/ mails/ modules/ themes/default/lang/ themes/default/cache/ translations/ upload/ download/ sitemap.xml
Mcrypt extension is not enabled
Install mcrypt and restart Apache: sudo apt-get install php5-mcrypt && sudo service apache2 restart
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.