AWS EC2 Railo 镜像和安装程序

发布于 2024-10-24 17:20:53 字数 108 浏览 1 评论 0原文

我有 AWS EC2 免费套餐帐户 &使用命令行和设置必要的工具来访问AWS蚀。是否有任何可用于 AWS EC2 的预配置 Railo 3.2 映像?任何相同的配置指南。有像谷歌云一样的限制吗?

I got AWS EC2 free tier account & setup necessary tools to access AWS using command line & Eclipse. Is it any pre-configured Railo 3.2 image available for AWS EC2? Any configuration guidelines for the same. Is it have any restrictions like Google cloud?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

像极了他 2024-10-31 17:20:53

您可以使用引导脚本。当您启动 AMI 时,您可以选择提供“用户数据”。在该部分中,粘贴一个为您安装和配置 Railo 的脚本:就像此 github 存储库中的脚本一样:https: //github.com/amaroom/railo-ec2

因此,您只需开始启动一个新的 amazon linux 实例,在用户数据下的高级部分中粘贴下面这两行,您的实例将在安装 Railo 服务器的情况下启动并准备好您的代码。它还安装 git,因此您也可以添加一行从存储库中提取代码。

#include
https://raw.github.com/amaroom/railo-ec2/master/boot_to_railo.sh

You can use a bootstrap script. When you are launching an AMI, you have the option to provide "User-data". In that section, paste a script that installs and configures Railo for you: like the one at this github repo: https://github.com/amaroom/railo-ec2

So, you just start launching a new amazon linux instance, in the advanced section under user data paste these two lines below, and your instance will boot up with Railo server installed and ready for your code. It also installs git, so you can add a line that pulls your code from a repo as well.

#include
https://raw.github.com/amaroom/railo-ec2/master/boot_to_railo.sh
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文