https://github.com/lalop/wp-one-click-deployer
Wordpress plugin that help deploy theme and plugin
https://github.com/lalop/wp-one-click-deployer
deploy ftp wordpress wordpress-plugin
Last synced: 2 months ago
JSON representation
Wordpress plugin that help deploy theme and plugin
- Host: GitHub
- URL: https://github.com/lalop/wp-one-click-deployer
- Owner: lalop
- License: mit
- Created: 2019-05-10T15:38:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-16T13:14:40.000Z (almost 7 years ago)
- Last Synced: 2025-07-01T08:07:00.490Z (about 1 year ago)
- Topics: deploy, ftp, wordpress, wordpress-plugin
- Language: PHP
- Size: 5.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
One Click Deployer is a Wordpress plugin that will help you sync your theme between development and production via FTP.
This plugin should only be installed in development environment.
Once installed it will save your ftp login and password in a json file (one-click-deployer.json) at the root of your wordpress, be carreful to not share this file, anyone who can read it can connect to your production server.

CONTRIBUTION
==
You can contribute via the [development repository](https://github.com/lalop/wp-one-click-deployer) on github.
The simplest way to start to enhance the plugin is by cloning the development repository and using docker-compose.
You should get a wordpress instance with the theme folder mounted for development, a wordpress instance for production, a server ftp and a database with the 2 wordpress initialized. Wordpress administrations are accessible with the login/password admin/admin.