This are my experiences in a fresh VPS @ digitalocean.
So, I’m trying to run kurento following their tutorials.
- http://kurento.com/docs/current/installation_guide.html
- http://kurento.com/docs/current/tutorials/java/tutorial-3-one2many.html
The program ‘git’ is currently not installed.
root@kurento:/home# git clone https://github.com/Kurento/kurento-tutorial-java.git
The program 'git' is currently not installed. You can install it by typing:
apt-get install git
The program ‘mvn’ can be found in (not installed)
root@kurento:/home/kurento-tutorial-java/kurento-one2many-call# mvn compile exec:java
The program 'mvn' can be found in the following packages:
* maven
* maven2
Try: apt-get install <selected package>
Lets install it with apt-get install maven.
Continue reading Kurento, some installation experiences →