在同一台机器上安装rails和vb .net安全吗?

发布于 2025-01-08 13:39:38 字数 116 浏览 0 评论 0原文

我一直在学习一些VB .NET,juusr想知道在同一台机器上安装rails是否可以,不会发生冲突?也许是一个愚蠢的问题,但我认为在安装导轨之前可能值得问这个问题。

提前致谢。

问候 垫

I've been learning some VB .NET and jusr wanted to know if installing rails on the same machine is ok, that no conflicts will occur? Perhaps a stupid question but one i think might be worth asking before i do install rails.

Thanks in advance.

Regards
Mat

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

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

发布评论

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

评论(3

善良天后 2025-01-15 13:39:38

他们不应该干涉,因为这些框架本质上是不同的。我建议你使用 RVM 安装 Rails/Ruby,它非常简单并且稍后会派上用场。另外,我强烈建议不要在 Windows 上开发 Rails,因为有些东西在 Windows 上无法像在 Unix 下那样工作。

They shouldn't interfere because those frameworks are fundamentally distinct. I would recommend that you install Rails/Ruby with RVM, its very easy and comes in handy later. Also I would strongly suggest not to develop Rails on Windows because some things don't work on it as they do under Unixes.

挽手叙旧 2025-01-15 13:39:38

是的。我已经安装在我的测试机上。

PS:我建议在双引导或虚拟盒中安装ubuntu,然后在ubuntu上安装试用rails。因为在 ubuntu 上配置 Rails/gems/plugins 非常容易

Yes, It is. I have installed on my testing machine.

PS: I will suggest to install ubuntu in dual boot or in virtual box and then install try out rails on ubuntu. As its so easy to configure rails/gems/plugins on ubuntu

雪落纷纷 2025-01-15 13:39:38

一直到服务器正在监听的端口都不应该有冲突。例如,如果它们都尝试使用传入端口 8080 来提供页面服务,那么第二个端口将会失败,因为该端口正在使用中。这是一个相当明显的错误,并且很容易配置。这些技术本身是完全独立的,不应该相互排斥。

There should be no conflicts all the way down to which port the server is listening to. If they both, for example, try to take incoming port 8080 to serve pages over, then you're going to have the second one fail, as the port is in use. This is a fairly obvious error, and easy to configure. The technologies themselves are totally separate and shouldn't stomp on each other.

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