UNPKG

1.86 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.7 – *Always* download requested WordPress version
38- v0.2.6 – Install `pycurl`
39- v0.2.5 – Install both `python-software-properties` and `software-properties-common`
40- v0.2.4 – Fix owner (deploy) for id_rsa & id_rsa.pub
41- v0.2.3 – Fix bug with copying `id_rsa` and `id_rsa.pub`
42- v0.2.2 – Use `fs-extra` to fix recursive copy issue
43- v0.2.1 – Remove Wrench because of bugs with overwriting existing folders
44- v0.2.0 – use [Genesis WordPress][1]#`0.2.*`
45- v0.1.7 – Add `old.rb` template
46- v0.1.6 – Use `WP_ENV` instead of `Genesis::isDebug()`
47- v0.1.5 – Use [Genesis WordPress][1]#`0.1.*`
48- v0.1.4 – Use existing `deploy_to` path on staging
49- v0.1.3 – Screw it. Reverted and just renamed any `.`-prefixed file
50- v0.1.1 – Add *another* `.npmignore` (isaacs/npm#1862)
51- v0.1.1 – Add `.npmignore`
52- v0.1.0 – Initial release
53
54
55## License
56
57[MIT License](http://en.wikipedia.org/wiki/MIT_License)
58
59[1]: https://github.com/genesis/wordpress/
60[2]: http://yeoman.io/
61[3]: http://nodejs.org/
62[4]: http://bower.io/
63[5]: https://help.github.com/articles/create-a-repo