Report this

What is the reason for this report?

How to install Athlete2 v1.8.0.8 theme and amasty extension to Magento 2.4.7-p4 via filezilla

Posted on April 6, 2025

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:

  1. Unzip locally, then upload via FileZilla to:

    • Theme: /var/www/html/app/design/frontend/

    • Extension: /var/www/html/app/code/

  2. SSH into your Droplet: https://docs.digitalocean.com/products/droplets/how-to/connect-with-ssh/

  3. 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
    
  4. 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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.