1.0.5 • Published 7 years ago

usdocker-wordpress v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

USDocker Generic Wordpress Server

This Useful Script creates a Wordpress server based on a Docker Image. You don't know docker to use this solution.

It is easy to add your own plugins and themes.

Install USDocker Wordpress

npm install -g usdocker-wordpress

Start the wordpress service

usdocker mysql up         # Installed as a dependency
usdocker wordpress up

Stop the wordpress service

usdocker wordpress down

Check if the service is running

usdocker wordpress status

Customize your service

You can setup the variables by using:

usdocker wordpress --set variable=value

Default values

  • image: "wordpress:4.8-php7.1",
  • folder: "$HOME/.usdocker/data/wordpress",
  • port: 8080,
  • db: "mysql-container",
  • dbUser: "root",
  • dbPassword: "password",
  • dbName: "wordpress",
  • dbTablePrefix: "",
  • enableDebug: "false"

Customize the "$HOME/.usdocker/setup/wordpress/conf/uploads.ini"

Use your own setup for wordpress changing this file.

file_uploads = On
memory_limit = 256M
upload_max_filesize = 256M
post_max_size = 300M
max_execution_time = 600
1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago