Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Newsroom Local Example

A minimal local environment for getting Newsroom up and running in minutes using WP-Env and Composer.

Prerequisites

Before getting started, ensure you have the following installed:

  • PHP and Composer
  • Node.js (we recommend using fnm)
  • Docker Desktop

If you need help setting up your development environment:

Setup

Create a working directory (optional):

mkdir -p ~/web
cd ~/web

Clone the repository:

git clone git@github.com:wpengine/newsroom-local-example.git

Change into the project directory:

cd newsroom-local-example

Edit composer.json replacing mp_xxx with your key.

Install the required packages:

composer install

Start the local environment:

wp-env start

Once complete, visit:

Changing Package Versions

To switch to the 4.4.1 release:

composer require wpengine/mediapress-core:4.4.1

About

Public repo to show composer + wp-env being used with Newsroom

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors