WP-Gists

A community-driven site of gists for your WordPress

Stars
2

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
  2. Create a wp-config-env.php file, and add your expected database credentials / auth salts / WP_SITEURL and WP_HOME
  3. Create a database: wp db create
  4. Install WordPress: wp core install --prompt
  5. Navigate to wpgists.dev in your web browser.

Et voila!