Skip to content

benignware/wp-menu-plus

Repository files navigation

wp-menu-plus

Enhance menus with buttons and search

Development

Download Docker CE for your OS.

Development Server

Point terminal to your project root and start up the container.

docker-compose up -d

Open your browser at http://localhost:3010.

Go through Wordpress installation and activate the demo theme.

Useful commands

Startup services

docker-compose up -d

You may omit the -d-flag for verbose output.

Shutdown services

In order to shutdown services, issue the following command

docker-compose down

List containers

docker-compose ps

Remove containers

docker-compose rm

Open bash

Open bash at wordpress directory

docker-compose exec wordpress bash

Update composer dependencies

docker-compose run composer update

About

Enhance menus with buttons and search

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published