Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danielbachhuber/wp-gists
- Owner: danielbachhuber
- Created: 2014-02-20T21:35:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-01T22:07:41.000Z (over 10 years ago)
- Last Synced: 2024-10-09T11:38:15.327Z (30 days ago)
- Language: PHP
- Size: 512 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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!