Skip to content

1. Installation

alex_prokopenko edited this page Dec 1, 2017 · 11 revisions

Installation

  1. Create a new project in a new folder for your site:

composer create-project justcoded/wordpress-starter your-project-folder-name

  1. Set important environment variables in .env file:
  • DB_NAME - Database name
  • DB_USER - Database user
  • DB_PASSWORD - Database password
  • DB_HOST - Database host
  • WP_HOME - Full URL to WordPress home (http://example.com)
  1. Run WordPress install as usual by accessing your site at http://example.com/

  2. Enjoy!

Clone this wiki locally