Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
(我使用的是centOS 7)
我正在学习本教程,我在下载 ShinyProxy 部分,我下载了 rpm 文件。我用这个命令安装它
$ sudo yum localinstall shinyproxy_2.3.0_x86_64.rpm
文件夹/etc/shinyproxy是空的。
我的问题是shinyproxy-2.3.0.jar和application.yml文件在哪里?
application.yml运行的shinyproxy将位于/etc/shinyproxy/application.yml.
application.yml
shinyproxy
/etc/shinyproxy/application.yml
> Linux my_vm 3.10.0-514.6.1.el7.x86_64 #1 SMP Sat Dec 10 11:15:38 EST > 2016 x86_64 x86_64 x86_64 GNU/Linux
确保运行systemctl stop shinyproxy,然后systemctl start shinyproxy实施更改。
systemctl stop shinyproxy
systemctl start shinyproxy