server/src/README
changeset 170 75e3a41722ad
parent 12 217aaa4d6f1a
--- a/server/src/README	Mon Sep 28 14:32:54 2015 +0200
+++ b/server/src/README	Fri Oct 02 10:24:23 2015 +0200
@@ -9,4 +9,16 @@
 Then go to /remie/iframetester, where you have a blank page with a few fields that condition the iframe player you'll generate. You can use the local ldt platform to get the id of your test project. 
 Use the generate button to create the iframe and insert it into the page. Currently there is only the segment scenario.
 
-Note: If you want to test multiple users annotations, we don't validate currently logged user so it is entirely possible to generate a remie player for another user than the one currently logged in, and have annotation creation work for that other user.
\ No newline at end of file
+Note: If you want to test multiple users annotations, we don't validate currently logged user so it is entirely possible to generate a remie player for another user than the one currently logged in, and have annotation creation work for that other user.
+
+==============
+Building Metadataplayer
+==============
+
+Run the script in sbin/build/ folder to build the metadataplayer from the sources.
+	cd sbin/build
+	bash compil-mdp-from-sources <mdplayer_repo_path>
+	
+Alternatively you can put a "mdplayer_path" file (containing the ABSOLUTE path to the metadataplayer repository) to the sbin/build repo then call the script without argument
+	cd sbin/build
+	bash compil-mdp-from-sources
\ No newline at end of file