Quick Start
A quick start guide to getting started with Lumberjack with Bedrock.
Last updated
A quick start guide to getting started with Lumberjack with Bedrock.
Last updated
To get started with Lumberjack on top of , just do the following:
Run the following in your terminal:
This will install the latest version of Bedrock, add the lumberjack-core
dependency and download the most recent Lumberjack starter theme.
Copy .env.example
to .env
and update environment variables:
DB_NAME
- Database name
DB_USER
- Database user
DB_PASSWORD
- Database password
DB_HOST
- Database host
WP_ENV
- Set to environment (development
, staging
, production
)
WP_HOME
- Full URL to WordPress home ([http://example.com](http://example.com%29)
WP_SITEURL
- Full URL to WordPress including subdirectory ([http://example.com/wp](http://example.com/wp%29)
AUTH_KEY
, SECURE_AUTH_KEY
, LOGGED_IN_KEY
, NONCE_KEY
, AUTH_SALT
, SECURE_AUTH_SALT
, LOGGED_IN_SALT
, NONCE_SALT
- Generate with or from the
Set your site vhost document root to /path/to/site/web/
(/path/to/site/current/web/
if using deploys)
Access WP admin at http://example.com/wp/wp-admin
and activate the Lumberjack theme