-
Notifications
You must be signed in to change notification settings - Fork 29
1. Installation
alex_prokopenko edited this page Dec 1, 2017
·
11 revisions
- Create a new project in a new folder for your site:
composer create-project justcoded/wordpress-starter your-project-folder-name
- 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)
-
Run WordPress install as usual by accessing your site at
http://example.com/
-
Enjoy!