Skip to content

austinpray/bedrock-testbed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bedrock-testbed

initializing bedrock

Inside the project repo either:

git clone git@github.com:roots/bedrock.git site

Or for a specific branch:

git clone --single-branch -b BRANCH_TO_TEST git@github.com:roots/bedrock.git site

Or using composer create-project

docker run --rm -it -v $PWD:/app composer create-project roots/bedrock site

Then

make init

running the testbed

Add bedrock.test to your hosts file as

127.0.0.1 bedrock.test

Then

docker-compose up

It should be available at http://bedrock.test

Do the normal WordPress setup or whatever wp-cli cleverness wpdevs do these days. Get access to wp-cli via docker-compose run web bash

Go to site/.gitignore and comment everything out. We want everything checked into the repo because this is just a local testbed and we don't care.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published