设置 Amazon Webservices for Rails

发布于 2024-11-07 09:14:38 字数 309 浏览 0 评论 0原文

我一直在尝试在 Amazon Web 服务上使用 EC2 设置 Web 服务器。 我尝试使用 appstack-nginx-passenger-ree AMI 设置服务器。

我将 ruby​​ 文件放在 /opt/sites 中,并安装了 passengerapache2-dev & apace2-mpm-fork。 我必须设置 apache 配置文件。 之后我该怎么办?

如何设置ruby文件的路径文件并部署它们? 如何启动服务器并能够查看它?

I've been trying to set up a web server using EC2 on Amazon web services.
Using the appstack-nginx-passenger-ree AMI, I tried to set up the server.

I put my ruby files in /opt/sites and I installed passenger and apache2-dev & apace2-mpm-fork.
I had to set up the apache config file.
Afterwards what should I do?

How do I set the path file of the ruby files and deploy them?
How can I start up the server and be able to look at it?

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

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

发布评论

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

评论(2

掀纱窥君容 2024-11-14 09:14:38

你应该确保你启动了 apache(它应该在你的 IP 上显示一个默认的欢迎页面(如果你打开了防火墙)),然后在你的 httpd.conf 中设置你的 ruby​​ 项目的路径。 conf 文件。

这里的指南可能会对您有所帮助

You should make sure you start up apache (which should show you a default welcome page on your the IP of you box (if you have opened up the firewall)), then setup the path to your ruby project in your httpd.conf file.

Here's a guide that might help you out

忘你却要生生世世 2024-11-14 09:14:38

Paul,您的链接已损坏,指南的更正链接是这样的 设置 Amazon EC2 实例上的 Rails 3

Paul, your link is broken, the corrected link for the guide is this Setting up Rails 3 on Amazon EC2 instance

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文