Question

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

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


Submit an answer


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!

Sign In or Sign Up to Answer

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.

Bobby Iliev
Site Moderator
Site Moderator badge
April 6, 2025

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

alexdo
Site Moderator
Site Moderator badge
April 7, 2025

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

Become a contributor for community

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

DigitalOcean Documentation

Full documentation for every DigitalOcean product.

Resources for startups and SMBs

The Wave has everything you need to know about building a business, from raising funding to marketing your product.

Get our newsletter

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

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.