From 78553f61a063f282df576933bbbd64f0d113aec9 Mon Sep 17 00:00:00 2001 From: Fabrice Gangler Date: Sat, 13 Feb 2016 16:15:00 +0100 Subject: [PATCH] update build documentation for #1 and #2 --- documentation/Howto-build.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/documentation/Howto-build.md b/documentation/Howto-build.md index 9db482a..9ebf47e 100644 --- a/documentation/Howto-build.md +++ b/documentation/Howto-build.md @@ -9,6 +9,7 @@ Tested on Linux Ubuntu 12.04 LTS sudo wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2 sudo tar -xvf phantomjs-1.9.7-linux-x86_64.tar.bz2 sudo rm phantomjs-1.9.7-linux-x86_64.tar.bz2 + sudo ln -s /opt/phantomjs-1.9.7-linux-x86_64 /opt/phantomjs ``` ## Howto build @@ -21,4 +22,14 @@ Tested on Linux Ubuntu 12.04 LTS ### Build the sources cd /home//Web-Snapshot - mvn clean install \ No newline at end of file + mvn clean install + +> Waiting for an archiva, [asqatasun](https://github.com/Asqatasun/Asqatasun) must have previously +> been built on the machine, in its 4.0.0-SNAPSHOT version (current develop branch). +> Once built, the dependencies will be copied in your local maven repository +> and then, you'll be able to build the websnapshot. +> We know it's a bit dirty, but by now, it works +> +> -------- +> [#1](https://github.com/Asqatasun/Web-Snapshot/issues/1) BUILD FAILURE - websnapshot-api +