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.
我已经在 ubuntu 服务器中设置了 kurento 媒体服务器,并且我使用以下命令编译了示例,
git clone https://github.com/Kurento/kurento-tutorial-java.git cd kurento-tutorial-java/kurento-one2one-call-advanced mvn compile exec:java
我需要一直运行这个应用程序。即使我关闭了终端。这怎么可能?
可以安装教程以在您的 Linux 机器中作为服务运行。如果您运行mvn clean install,您将在每个教程的文件夹中获得一个ziptarget文件。解压缩该文件并执行install.sh脚本。压缩文件中有一个 README.md 文件,其中包含一些说明。
mvn clean install
target
install.sh