Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danielbachhuber/wp-gists

A community-driven site of gists for your WordPress
https://github.com/danielbachhuber/wp-gists

Last synced: 19 days ago
JSON representation

A community-driven site of gists for your WordPress

Awesome Lists containing this project

README

        

Coming soon!

## Configure WP Gists locally

Using an existing local development environment (like Salty WordPress or Varying Vagrant Vagrants), you can easily contribute to the code powering wpgists.org.

1. Clone this repo: `git clone --recursive [email protected]:danielbachhuber/WP-Gists.git wpgists.dev`
1. Create a `wp-config-env.php` file, and add your expected database credentials / auth salts / `WP_SITEURL` and `WP_HOME`
1. Create a database: `wp db create`
1. Install WordPress: `wp core install --prompt`
1. Navigate to wpgists.dev in your web browser.

Et voila!