VLMa - Download
Jars
Latest VLMa jars (0.1):
Tarballs
Latest VLMa source tarballs (0.1):
- VLMa zip (212 KB)
- VLMa tar.gz (88 KB)
- VLMa tar.bz2 (72 KB)
Older versions
Older versions can be found by browsing the FTP archive.
VLMa - Installation
Installing the VLMa is very simple. This screencast explains the procedure.
- The daemon:
This package contains all dependencies. You have just to run the deamon using Java VM :
java -jar vlmad.jar - The Web Application:
Deploy the vlmaw.war archive using your favorite servlet container. If you don't have any, take a look at Tomcat.
Git
VLMa's source code is available through Git at
git://git.videolan.org/vlma.git
or browseable online using GitWeb
Requirements
Running VLMa
- JRE >= 5.0
- A servlet container (like Tomcat or Jetty)
Building VLMa
- JDK >= 5.0
- Maven 2