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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Webcluster setup with Ansible

24 点作者 soupdiver将近 11 年前

4 条评论

alexbilbie将近 11 年前
Were you intending to publish a link to your Ansible playbooks hosted somewhere, if not could you do so and and a link in the post so we can feedback on those too?
评论 #7898599 未加载
fideloper将近 11 年前
&gt; The web servers also needed some more RAM for using composer.<p>I&#x27;ve run into this issue when provisioning within Vagrant with my project Vaprobash - I fixed it by setting up some swap, which Trusty64 doesn&#x27;t seem to have enabled by default. <a href="https://github.com/fideloper/Vaprobash/blob/master/scripts/base.sh#L57-L77" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;fideloper&#x2F;Vaprobash&#x2F;blob&#x2F;master&#x2F;scripts&#x2F;b...</a>
评论 #7899016 未加载
sid_xervmon将近 11 年前
This is very good. Thanks for sharing and documenting them.<p>I have also built a drag and drop UI which can be used to configure a web cluster setup on any cloud. www.xervmon.com. The videos are available on the youtube channel. <a href="https://www.youtube.com/watch?v=F5s7L2LwaKY" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=F5s7L2LwaKY</a>
thejosh将近 11 年前
If you are running out of memory with composer, do not use composer update, use composer install. You are using lock files, right? :)