I have set up kurento media server in an ubuntu server and , i compile the examples using the below commands,
git clone https://github.com/Kurento/kurento-tutorial-java.git
cd kurento-tutorial-java/kurento-one2one-call-advanced
mvn compile exec:java
I need to run this application alive all the time.even i close the terminal.How is it possible?
Tutorials can be installed to run as a service in your Linux box. If you run mvn clean install
, you'll get a zip file in each tutorial's target
folder. Unzip that file and execute the install.sh
script. There is a README.md file that goes inside the zipped file with some instructions.