Yeoman generator for Genesis WordPress.
First install NodeJS v0.10, then Yeoman v1 & Bower v1.2.:
$ npm install -g yo bower
(You can check your versions by running node --version, npm --version, etc.)
Install Genesis WordPress Generator:
$ npm install generator-genesis-wordpress
If you get EMFILE issues, try running: ulimit -n 4096
If you haven't done so already, create & push your project to Github.
Run the Genesis WordPress Generator:
$ yo genesis-wordpress
Follow the prompts, and you'll have a working WordPress install!
Next, see the documentation for Genesis WordPress.**
- v0.2.4 – Fix owner (deploy) for id_rsa & id_rsa.pub
- v0.2.3 – Fix bug with copying
id_rsaandid_rsa.pub - v0.2.2 – Use
fs-extrato fix recursive copy issue - v0.2.1 – Remove Wrench because of bugs with overwriting existing folders
- v0.2.0 – use Genesis WordPress#
0.2.* - v0.1.7 – Add
old.rbtemplate - v0.1.6 – Use
WP_ENVinstead ofGenesis::isDebug() - v0.1.5 – Use Genesis WordPress#
0.1.* - v0.1.4 – Use existing
deploy_topath on staging - v0.1.3 – Screw it. Reverted and just renamed any
.-prefixed file - v0.1.1 – Add another
.npmignore(isaacs/npm#1862) - v0.1.1 – Add
.npmignore - v0.1.0 – Initial release