How to manage hosts?

agolangf · · 606 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>My company uses Plesk as a solution to manage hosts. They write websites using php. I wonder, how can I find this kind of solution to manage hosts, but I want to write apps with Go. Is it possible to use Plesk and still write with Go? If the question sounds stupid you don&#39;t have to answer.</p> <hr/>**评论:**<br/><br/>pampurio97: <pre><p>Plesk is an &#34;high-level&#34; panel that lets you manage services like FTP, mail, DNS without having to use the terminal directly. It works well with PHP because PHP applications are deployed copying the source code files on the server, and then the web server uses those files to run your application.</p> <p>Go is a bit different. You need to compile the source code into an executable file and then run that file as a process in the background, so that it&#39;s always up. One way to achieve that is to use a systemd service (on Linux), or to use Docker containers.</p> <p>Plesk is... old, and usually used for &#34;simple&#34; website hosting. It&#39;s often provided by the hosting provider so that you can manage your web space easily without messing with the system directly. When you want to manage Go/.NET/Java/Node.js/... applications, Plesk doesn&#39;t really play nice. I don&#39;t think anyone uses Plesk for applications other than PHP, honestly. I see it as an &#34;obsolete&#34; way of doing things, actually.</p></pre>

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

606 次点击  
加入收藏 微博
0 回复
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传