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!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
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:
Flush cache:
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 toapp/code/Vendor/ModuleName
).Regards