[vlma-devel] commit: Build and installation instructions. (Adrien Grand )

git version control git at videolan.org
Thu Jul 17 23:00:38 CEST 2008


vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Thu Jul 17 23:01:47 2008 +0200| [9756cc07101ceceb362ce4789601e2df8c042daa]

Build and installation instructions.

> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=9756cc07101ceceb362ce4789601e2df8c042daa
---

 INSTALL |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..67ca84c
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,30 @@
+Build and installation instructions
+===================================
+
+Prerequisities
+ * Java 5 SDK or later
+ * Maven 2
+
+VLMa uses Maven 2 as a build system. If you are not familiar with this
+tool, have a look at http://maven.apache.org.
+
+To build the project, run the following command from the root folder:
+  % mvn install
+
+Maven will then download VLMa dependencies and compile source code.
+
+Several files named vlmad-${version}-bin (where ${version} is the
+version of VLMa you have built) should have been created under the
+vlma-distribution/target folder. Extract one of them to the folder of
+your choice. The daemon installation is then complete, the main
+executable being available under the bin folder.
+
+For example:
+  % cd /usr/local
+  % tar -xvzf /path/to/vlma-distribution/target/vlmad-${version}-bin.tar.gz
+  % vlmad-${version}/bin/vlmad start
+
+To enable the web interface, you have to deploy the file named vlma.war
+in your favorite servlet container, on the same computer as the one on
+which you launched the daemon.
+



More information about the vlma-devel mailing list