TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Bedrock: a modern WordPress stack

82 pointsby bretthopperover 11 years ago

8 comments

bretthopperover 11 years ago
I&#x27;m one of the creators of this (we&#x27;re the same people behind <a href="http://roots.io" rel="nofollow">http:&#x2F;&#x2F;roots.io</a>) so I&#x27;m happy to answer any questions. We&#x27;re just trying to make developing WordPress sites a little more bearable :)
评论 #6930042 未加载
评论 #6930312 未加载
评论 #6929895 未加载
评论 #6929758 未加载
评论 #6930648 未加载
chcover 11 years ago
Interesting. It looks like this completely circumvents the normal user-configurable WordPress plugins and update architecture, such that the only way to change anything is to update it in the source tree and redeploy like you would with a normal monolithic app. I feel like this might be kinda impractical for a lot of the cases where you would normally want to use WordPress, but I suppose in the right situation it would be nifty.
评论 #6930041 未加载
评论 #6930025 未加载
grimgrinover 11 years ago
It&#x27;s not a big deal, but in case you weren&#x27;t aware:<p><a href="http://bedrocklinux.org" rel="nofollow">http:&#x2F;&#x2F;bedrocklinux.org</a><p>It was posted here a few months ago: <a href="https://news.ycombinator.com/item?id=6504878" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6504878</a>
评论 #6931442 未加载
Gipettoover 11 years ago
Looks nice. Special kudos for managing much of the wp-config though the built in config constants.<p>Only thing I don&#x27;t like is the renaming of the root `wp-config` folder to `app`. I&#x27;d much rather have the app reflect the underlying wordpress conventions than to change it to look like something else. Yeah, consistency, but boo for barrier of entry or having to remember that `app` == `wp-config` when not everything we get to work on will get to use the shiny fandangled tool.
评论 #6932739 未加载
Eclypsover 11 years ago
I&#x27;ve been using a similar setup with Pomander and the Pomander-Wordpress plugin. It&#x27;s got a similar setup, but is 100% PHP-based, so I don&#x27;t need to have ruby on all my servers. Been using it in production on about 15 servers for well over a year, and I&#x27;m pretty happy with it.<p><a href="http://ripeworks.com/pomander/wordpress.html" rel="nofollow">http:&#x2F;&#x2F;ripeworks.com&#x2F;pomander&#x2F;wordpress.html</a>
评论 #6932744 未加载
dabernathy89over 11 years ago
Is it possible to still use the Composer-goodness of this stack with your own deployment (or something like ftploy)?<p>How do you guys handle database syncing &#x2F; deployment &#x2F; rollback (if at all)?
评论 #6930620 未加载
tunaover 11 years ago
Any thoughts on creating docker images as alternative to capistrano ? There&#x27;s a couple of projects that can help on it (a Dockerfile could help on it) Good job :)
abimaelmartellover 11 years ago
wow, this is so nice, i don&#x27;t like wordpress, but this changes everything<p>Thanks!!