Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/persephonepunch/wordpress-boilerplate
Setup for brand new Wordpress install
https://github.com/persephonepunch/wordpress-boilerplate
Last synced: 6 days ago
JSON representation
Setup for brand new Wordpress install
- Host: GitHub
- URL: https://github.com/persephonepunch/wordpress-boilerplate
- Owner: persephonepunch
- License: other
- Created: 2018-06-25T11:40:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2013-08-25T17:40:08.000Z (about 11 years ago)
- Last Synced: 2023-03-12T08:54:39.015Z (over 1 year ago)
- Language: PHP
- Size: 2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Wordpress Boilerplate
My personal portfolio site, where I write about the things that matter to me.
## Technologies Used
- HTML ( 5 ), CSS ( 3 ), JS ( [jQuery](http://jquery.com/download/) )
- [Wordpress (3.6)](http://wordpress.org/latest.zip)
- [Humans.txt](http://humanstxt.org/)
- [Bower](http://bower.io/)
- [Grunt](http://gruntjs.com/)## Installation
1. `git clone [email protected]:apermanentwreck/wordpress-boilerplate.git .`
2. `cd wordpress-boilerplate`
3. `git submodule update --init`
4. Set up [MAMP Pro](http://www.mamp.info/en/downloads/index.html) for `dev.{{ domain }}` as virtual host
5. Create dB in [Sequel Pro](https://code.google.com/p/sequel-pro/downloads/list) (settings are in config/db-settings.dev.php)
6. Hit `dev.{{ domain }}/wordpress/wp-admin/` to install Wordpress
7. `git checkout develop`
8. Create feature branches off of develop in the form of _feature/{{ name of feature }}_
9. `grunt dev` to start the grunt/build process## Release Process
- Git flow process goes here
- `grunt release`## Credits
- David Winter's [Install and manage WordPress with Git](http://davidwinter.me/articles/2012/04/09/install-and-manage-wordpress-with-git/)