Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.15 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.15 KB

The Knowledge Commons WordPress stack

This is the repository for the Knowledge Commons Wordpress site. It is not a re-usable application and should not be expected to work in any other context than for running the Knowledge Commons site.

Developer Getting Started

Note: These instructions and many helper scripts assume you are running a Linux-like environment.

Pre-Requisites

  1. Docker (Necessary for running site locally.)
  2. Lando (Necessary for running site locally.)

Run the site locally

  1. Clone this repository: git clone https://github.com/MESH-Research/knowledge-commons-wordpress.git
  2. Change to the repository directory
  3. Run ./lando-rebuild.sh
  4. Visit https://commons-wordpress.lndo.site/

You will probably want to Import Commons Data to work with the site.

Developer Documentation

For further developer documentation, see the docs/ directory.