UNPKG

1.51 kBMarkdownView Raw
1# generator-wordpress
2
3> Yeoman generator for [Genesis WordPress][1].
4
5## Dependencies
6
7First install [NodeJS][3] **v0.10**, then [Yeoman][2] **v1** & [Bower][4] **v1.2.**:
8
9 $ npm install -g yo bower
10
11
12*(You can check your versions by running `node --version`, `npm --version`, etc.)*
13
14## Installation
15
16Install [Genesis WordPress Generator][1]:
17
18 $ npm install generator-genesis-wordpress
19
20*If you get EMFILE issues, try running: `ulimit -n 4096`*
21
22## Getting Started
23
24**If you haven't done so already, [create & push your project to Github][5].**
25
26Run the [Genesis WordPress Generator][1]:
27
28 $ yo genesis-wordpress
29
30Follow the prompts, and you'll have a working WordPress install!
31
32Next, see the documentation for [Genesis WordPress][1].**
33
34
35## Changelog
36
37- v0.2.1 – Remove Wrench because of bugs with overwriting existing folders
38- v0.2.0 – use [Genesis WordPress][1]#`0.2.*`
39- v0.1.7 – Add `old.rb` template
40- v0.1.6 – Use `WP_ENV` instead of `Genesis::isDebug()`
41- v0.1.5 – Use [Genesis WordPress][1]#`0.1.*`
42- v0.1.4 – Use existing `deploy_to` path on staging
43- v0.1.3 – Screw it. Reverted and just renamed any `.`-prefixed file
44- v0.1.1 – Add *another* `.npmignore` (isaacs/npm#1862)
45- v0.1.1 – Add `.npmignore`
46- v0.1.0 – Initial release
47
48
49## License
50
51[MIT License](http://en.wikipedia.org/wiki/MIT_License)
52
53[1]: https://github.com/genesis/wordpress/
54[2]: http://yeoman.io/
55[3]: http://nodejs.org/
56[4]: http://bower.io/
57[5]: https://help.github.com/articles/create-a-repo