wesleytodd / YeoPress

A Yeoman generator for WordPress
Other
1.08k stars 163 forks source link

run YeoPress locally #116

Closed sk29110 closed 9 years ago

sk29110 commented 9 years ago

how come it doesn't come with web server and mysql?

wesleytodd commented 9 years ago

YeoPress is for scaffolding out a wordpress site. Setting up your system is mostly up to you and dependent on your configuration.

If you are interested you can run with the --advanced flag which enables building with vagrant. In this case it does install mysql and apache. Good luck!