通过 SSH 重新启动 Galaxy

发布于 2024-11-11 05:19:29 字数 173 浏览 4 评论 0原文

我正在使用 SSH 服务器来运行我的 Galaxy 平台。不使用 SSH,我可以使用我的 Galaxy 网站,所以我认为 Galaxy 运行在守护进程上。现在我想更新我的 Galaxy 文件,因此我需要停止 Galaxy 服务器并重新启动它。

我的问题是,如何停止 Galaxy 服务器,进行更新并重新启动该服务器。

I'm working with a SSH server, to run my Galaxy platform. Without using SSH, I can use my Galaxy website, so I think that Galaxy runs on deamon. Now I want to update my Galaxy files, and therefore I need to stop the Galaxy server and restart him.

My question is, how can I stop the Galaxy server, make an update en restart this server.

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

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

发布评论

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

评论(1

残疾 2024-11-18 05:19:29

链接中运行 Galaxy 部分将帮助您做到这一点。

请注意,/etc/init.d/galaxy 可能已存在于服务器上。如果它已经存在,您可以通过编写以下内容来停止服务器:

/etc/init.d/galaxy 停止

通过在登录服务器的控制台上写入以下内容来停止并重新启动它:

/etc/init.d/galaxy 启动

Running galaxy section in this link, shall help you do it.

Please note that /etc/init.d/galaxy might already be existing on the server. If it already exists you can stop the server by writing:

/etc/init.d/galaxy stop

and start it again by writing this on the console where you are logged into the server:

/etc/init.d/galaxy start

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