Question

How do I develop WordPress plugins locally and conveniently update the files on my server?

Hi, I’m completely new to this and have no idea what I’m doing at all. I have set up a WordPress droplet with one-click WordPress app on Ubuntu 16.0.4. It’s a nice experience so far, I’m meddling with themes and stuff.

Now I’m developing a WordPress plug-in but I find myself zipping up the file and uploading it with every change. Is there a way I could more conveniently push my changes to Digital Ocean? It doesn’t have to be as convenient as heroku, but zipping it everytime and uploading it through the WordPress admin panel doesn’t feel like the way to do things either.

I have no idea how to approach everything, I’m also using a Windows 7 computer. And I other than using putty.exe to activate the droplet, I have no idea how anything works. Can someone point me in the way to do things? Digital Ocean seems to be a really good service and I would really love to be a long term user.

Thanks!


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.

Ryan Quinn
DigitalOcean Employee
DigitalOcean Employee badge
April 19, 2018
Accepted Answer

To get started you should be able to identify the location of your zipped files once WordPress installs them (this should be wp-content/plugins under your web root which defaults to /var/www/html/).

You can use a client like Filezilla to upload your files when changes are made. Configure it with the same information used for your SSH connection, selecting port 22 and SFTP as the protocol. This will start you out in /root so you’ll need to change up one directory to / and then navigate to /var/www/html/wp-content/plugins

This will do for most minor changes as you make improvements but I would recommend the zip file method if you need to distribute your plugin to anyone else or if you make changes to the name or other main details of the plugin.

Later on, you can look into using version control on GitHub to better manage your code while building plugins.

Image Magnifier is the best plugin for WooCommerce store. By using this plugin, you can zoom product images and set zooming features effectively and quickly, not only for gallery images which shown on carousel with wonderful transitions and side arrows, but you can use both of fancy box popup, magnify popup and with five incredible magnify lens options.

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Hollie's Hub for Good

Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.

Become a contributor

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

Welcome to the developer cloud

DigitalOcean makes it simple to launch in the cloud and scale up as you grow — whether you're running one virtual machine or ten thousand.

Learn more
DigitalOcean Cloud Control Panel