TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

On Bushido, launch apps from github repos

135 点作者 jerome_etienne大约 14 年前

18 条评论

sgrove大约 14 年前
EDIT: And we're back! The hn-facing server should be able to stand up to a bit more of a beating now, and I've increased the background workers (cheating a bit, since normal bushido apps can't do that yet), so we should be able to tear through the queue much more quickly.<p>Edit: I've put in a different public server (outside of the normal rotation) for everyone to hit. It's a single box instead of the elastic cloud - so it'll be a bit slower launching for everyone trying it out, but it'll keep the normal sites we run going snappy.<p>Wow, big thanks to Jacques for such a kind article. He, and several other on hn, have been wonderfully helpful all along the development of Bushido.<p>If there are any questions feel free to post them here, and I'll do my best to keep up with answering them!<p>Feel free to shoot me an email at s@bushi.do with any questions or you're looking to get into the beta - be sure to mention hn :)<p>Oh, and here's a totally gratuitous video for everyone wondering wtf this is, and wondering to themselves, "how can I deploy ~20 apps in 2 minutes?": <a href="http://dl.dropbox.com/u/412963/bushido/bushido_hill.mov" rel="nofollow">http://dl.dropbox.com/u/412963/bushido/bushido_hill.mov</a><p>I'll start collecting some of the questions here:<p>Q: It's stuck at 8%! A: Yup. Bushido is self-hosting, because we want to have the same experience as our users. We give everyone 1 background worker for free - and we haven't needed to have more, up until now. We'll add this in later, but for now, just let it hang out for awhile, until the DelayedJob worker goes through the queue and gets to you :)<p>Q: What happens to my data? A: All the DB data is kept, and backed up (currently it's daily, will go down to hourly), and can be exported any time. Data written to the file system isn't guaranteed to be there, unless it's written to RAILS_ROOT/permanent (or the rails 3 equivalent). If it is written there, it will be backed up on the same schedule as the DB data.<p>Q: Where is the application running? A: The applications all run on our servers (the ones currently taking a bit of a beating). No need for you to do anything on your side.<p>Q: What is the end goal of the project? A: Ah, well now, that'd be a bit boring if we just spilled it out right now :) Suffice to say, one-click/automated deployment is just the tip of where we're headed right now. Check out the developer beta if you want to find out more!
评论 #2403092 未加载
评论 #2403912 未加载
epall大约 14 年前
As one of the maintainers of a small open source project (<a href="http://getontracks.org/" rel="nofollow">http://getontracks.org/</a>), I see a huge opportunity with Bushido. The project has really struggled with making it easy for new users to start up, but even a tutorial doesn't help non-technical users. A few people have set up hosted versions of Tracks, but getting them to stay up-to-date with progress on trunk is a challenge.<p>With Bushido, projects like Tracks finally have a clear route into the hands of non-technical users. Sure, I can go set up a hosted version of Tracks, but then I'm taking responsibility that, as a part-time maintainer, I have no interest in. This rocks!
SingAlong大约 14 年前
I think I was among the first to test <a href="http://bushi.do" rel="nofollow">http://bushi.do</a> out with <a href="http://github.com/SingAlong/billmebob" rel="nofollow">http://github.com/SingAlong/billmebob</a> It's a really cool idea for a platform.<p>This is even better than Heroku. This, if done right, will probably change the way SaaS apps are done. It's the way the web's app store should work. Let people develop apps and let customers host the app, while these two parties never have to care about the hosting for the app (Bushi.do takes care of it. No meddling with config. All done by Bushi.do).
评论 #2403343 未加载
manveru大约 14 年前
It's stuck at 8% (Inspecting url...).<p>There is no information about the project, what it needs in order to work, what kinds of applications it can run, etc.<p>I'd be very interested in all of that, I assume hitting the frontpage wasn't too healthy and might have overloaded something, so I'll try again in a few days.
评论 #2403020 未加载
评论 #2403014 未加载
jrnkntl大约 14 年前
Can we change the title of the post to something that describes the matter better? "On Bushido, launch apps from github repo's" or something like that.
评论 #2403042 未加载
alextebbs大约 14 年前
A comment/question coming from someone who is obviously a designer... It seems like Bushido is operating in a similar space as Heroku, and both have the same purple/dark color scheme and Japanese/Asian theme... Was this intentional, and if so, what are some merits and drawbacks to branding your product similarly to that of a competitor?<p>Of course this is an early beta and branding is of little importance for this kind of product, but as a designer, it's the first thing that came to mind.
kungfooguru大约 14 年前
It may be great. But the title should be 'RoR' apps and mentioned earlier in the article. It sounds much more revolutionary until you learn that fact.<p>All apps are not Ruby or Ruby on Rails!
评论 #2403541 未加载
sgdesign大约 14 年前
I didn't expect the word to get out so fast! I've known about Bushi.do for a couple weeks now, and it's really as revolutionary as Jacques says.<p>And I'm really honored that Sean chose to feature a project I'm working on, LocomotiveCMS, as a way to show Bushi.do's capabilities.
评论 #2403144 未加载
daleharvey大约 14 年前
Ive been following bushido for a while and think it has awesome potential, being able to sell hosted web apps without having to go through the process of building a service infrastructure could bring the benefits of iphone type apps to a much larger audience
seancron大约 14 年前
I love this idea. Does it only support Rails apps, or does it also support LAMP as well?<p>I tested it with <a href="https://github.com/ginatrapani/thinkup" rel="nofollow">https://github.com/ginatrapani/thinkup</a> because I'd be very impressed if it could set ThinkUp up with no user interaction, but like many others I'm stuck at 8%.<p>I'm sure you're getting a lot of traffic from HN now, so I'll wait patiently :).
评论 #2403123 未加载
patr1ck大约 14 年前
In the same vein as this, I did a weekend project to write a mac app / chrome extension combo which adds a "Clone Now" button to every github page. It works pretty okay and is available here: <a href="https://github.com/patr1ck/Mitosis" rel="nofollow">https://github.com/patr1ck/Mitosis</a>
评论 #2403198 未加载
random42大约 14 年前
How is it fundamentally different than heroku? (Not trying to troll, genuinely curious.)
评论 #2403551 未加载
nyellin大约 14 年前
I know links on jacquesmattheij.com get more upvotes, but can't you just submit <a href="http://bushi.do/" rel="nofollow">http://bushi.do/</a>
评论 #2403378 未加载
bluesmoon大约 14 年前
perhaps greasemonkey is a good way to get it on the repo page itself
评论 #2403099 未加载
eoghan大约 14 年前
Nice. Orchestra does something similar for PHP apps.<p><a href="http://orchestra.io/" rel="nofollow">http://orchestra.io/</a>
taken11大约 14 年前
its confusing since a lot of github repositories are not ruby, they are not even running on web servers. a bit more info on bushi.do describing what it does would be helpful
评论 #2403456 未加载
shareme大约 14 年前
sgrove,etc and github..<p>Very nice..I like it
fmkamchatka大约 14 年前
Sliced bread is disgusting. I wonder how good this thing is then.