Because I couldn’t upload the package to the root directory through filezilla after unzipping it, I just installed the tutorial on your page and deployed Magento https://marketplace.digitalocean.com/apps/magento-2-open-source
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!
Hey there 👋
You should be able to:
Unzip locally, then upload via FileZilla to:
Theme: /var/www/html/app/design/frontend/
Extension: /var/www/html/app/code/
SSH into your Droplet: https://docs.digitalocean.com/products/droplets/how-to/connect-with-ssh/
And run:
sudo bin/magento setup:upgrade
sudo bin/magento setup:di:compile
sudo bin/magento setup:static-content:deploy -f
sudo chown -R www-data:www-data /var/www/html
Flush cache:
sudo bin/magento cache:flush
Make sure you’re using SFTP and have the right permissions. Let me know if anything breaks!
- Bobby
Heya, @e8a1c50570b74f079e6d62d8f6b3ab
If you unzip the package locally, make sure to upload only the needed subfolders (e.g., a theme might go to app/design/frontend
, or a module to app/code/Vendor/ModuleName
).
Regards
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.