https://github.com/mbejda/wordpress-wpcli-plugins
Ultimate Docker Image for WordPress. Nginx, MySQL,SSH Server, FTP Server, WP-CLI, and with the ability to install WordPress plugins.
https://github.com/mbejda/wordpress-wpcli-plugins
Last synced: about 1 year ago
JSON representation
Ultimate Docker Image for WordPress. Nginx, MySQL,SSH Server, FTP Server, WP-CLI, and with the ability to install WordPress plugins.
- Host: GitHub
- URL: https://github.com/mbejda/wordpress-wpcli-plugins
- Owner: mbejda
- License: mit
- Created: 2015-01-10T18:28:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-12T13:57:51.000Z (over 11 years ago)
- Last Synced: 2023-08-04T02:03:15.820Z (almost 3 years ago)
- Language: Shell
- Homepage:
- Size: 5.97 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ultimate Docker Image for WordPress
* Nginx,
* MySQL Server
* SSH Server
* FTP Server
* WP-CLI
## Environmental Variables
* SITEURL "127.0.0.1"
* PLUGINS ""
* WPMEMORY "9M"
* WPMEMORYMAX "10M"
* WPADMIN "admin"
* WPPASSWORD "password"
* WPEMAIL "admin@admin.com"
* WPTITLE "Title"
By default, the image installs WordPress Version 4.1. This can be changed by having the WP-CLI install a fresh copy directly from WordPress by removing the 'ADD WordPress' command and removing the WP-CLI hash from the install.sh.
## FTP Server
By default, the FTP username is 'ftp' and the password is 'ftp'.
## SSH Server
By default, the SSH username is 'root' and the password is 'root'.
## Plugins
You can pass a semi-colon seperated string for WordPress plugin slugs into the PLUGINS environmental and the image will install the plugins for you.
Follow me on twitter
@notmilobejda