generator-wordpress-mvc
v0.1.0
Published
This generator will install Wordpress MVC's developping environment, do initial configuration and implement best practices.
Downloads
2
Maintainers
Readme
Generator-IPRoots
A Wordpress MVC generator for Yeoman.
Functionality
This generator will install Wordpress MVC's developping environment, do initial configuration and implement best practices.
Requirements
- You require VirtualBox && Extension Pack
- You require Vagrant to be installed
- You require Nodejs, NPM and yo to be installed:
npm install -g yo
- Finally, you need to IP Roots generator for Yeoman:
npm install -g generator-wordpress-mvc
Getting started
- Create your app's working directory
- From within this new directory, run:
yo wordpress-mvc
Environment switch
You can set this where you want. Your .htaccess, httpd.conf or within your vhost. Clearer documentation is on the way.
- Set the following Environment Variable:
SetEnv APPLICATION_ENV development