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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Shared DevOps for OSS. What would it look like?

2 点作者 kim0超过 8 年前
A friend and I were arguing whether a &quot;shared devops platform&quot; servicing OSS projects, would be helpful! Many OSS communities I&#x27;ve interacted with, have very little time and resources. Setting up your typical servers (CI&#x2F;CD, irc, mailing-list, web servers, DBs...etc) just eats a lot of time, let alone baby sitting all this software (security patching, backups...). Yet, almost every OSS project has to do almost all of that.<p>So HN, do you think a standardized devops platform where any OSS project can get managed standard software stacks helps OSS projects thrive faster? What would that platform look like ?

1 comment

dozzie超过 8 年前
&gt; [...] a &quot;shared devops platform&quot; servicing OSS projects, would be helpful! [...] (CI&#x2F;CD, irc, mailing-list, web servers, DBs...etc)<p>These have nothing to do with &quot;devops&quot;, however you would define it. Please don&#x27;t overload already vague term with your own invented meaning.<p>&gt; Setting up your typical servers (CI&#x2F;CD, irc, mailing-list, web servers, DBs...etc) just eats a lot of time [...] Yet, almost every OSS project has to do almost all of that.<p>No, they don&#x27;t have to do virtually any of that (barring a trivial web server).<p>There&#x27;s very little projects that would really use continuous integration system. Just having tests that are easy to run is typically more than enough.<p>You don&#x27;t really want to keep your own IRC server. Use Freenode, people hang out there already to talk about open source projects.<p>Web server usually just needs to host some static files, which is trivial, and if it needs to host custom application (e.g. demo of the project), it needs custom work anyway. Where is database for static files, I have no idea.<p>The only really cumbersome thing is hosting a mailing list, but for smaller projects a dedicated mailing list isn&#x27;t that useful, and larger projects should want to keep control over this service anyway.