Skip to content
Benoît Alessandroni edited this page Nov 16, 2015 · 14 revisions

Welcome to the WPLDP wiki!

The aim of this project is to provide a LPD based plugin for Wordpress. This wiki will help you installing and using this plugin, by providing as much information as possible

Installation

Prerequisites

This plugin is intended to work on top of a classic PHP Web stack. So, if it is not done yet, please get and install:

  • A web server (Apache or Nginx or whatever you prefer): Apache2 configuration will be detailed
  • PHP 5.xx
  • MySQL and PHPMyAdmin as it is easier to configure and work using PHPMyAdmin

Additionally, as this is a Wordpress plugin, the next step will be to install Wordpress. So, begin by downloading the current Wordpress version here: https://wordpress.org/ Then, I will leave you with the official Wordpress documentation as it is pretty straightforward: https://codex.wordpress.org/Installing_WordPress

Plugin installation

Once the Wordpress demo site is up and running and you can access the backend, please open a Terminal in the my-site/wp-content/plugins/ directory and clone the repository here by using:

git clone https://github.com/assemblee-virtuelle/wpldp.git

Once it is done, you can then access the backend of your website, go to the plugin section, and activate the plugin.

Clone this wiki locally