Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 414 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 414 Bytes

WP Job Manager Employer Plugin

Installation

Copy the folder plugins/wp-job-manager-employer of this repo into your Wordpress plugin folder.

Development

Install Wordpress as Docker container

docker-compose up -d

Run Wordpress in the browser

http://127.0.0.1:8080

Debugging aktivieren

Add in wp-config.php

define( 'WP_DEBUG', true );

Install Wordpress Job Manager