File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Tested on Linux Ubuntu 12.04 LTS
9
9
sudo wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2
10
10
sudo tar -xvf phantomjs-1.9.7-linux-x86_64.tar.bz2
11
11
sudo rm phantomjs-1.9.7-linux-x86_64.tar.bz2
12
+ sudo ln -s /opt/phantomjs-1.9.7-linux-x86_64 /opt/phantomjs
12
13
```
13
14
14
15
## Howto build
@@ -21,4 +22,14 @@ Tested on Linux Ubuntu 12.04 LTS
21
22
### Build the sources
22
23
23
24
cd /home/<user>/Web-Snapshot
24
- mvn clean install
25
+ mvn clean install
26
+
27
+ > Waiting for an archiva, [ asqatasun] ( https://github.com/Asqatasun/Asqatasun ) must have previously
28
+ > been built on the machine, in its 4.0.0-SNAPSHOT version (current develop branch).
29
+ > Once built, the dependencies will be copied in your local maven repository
30
+ > and then, you'll be able to build the websnapshot.
31
+ > We know it's a bit dirty, but by now, it works
32
+ >
33
+ > --------
34
+ > [ #1 ] ( https://github.com/Asqatasun/Web-Snapshot/issues/1 ) BUILD FAILURE - websnapshot-api
35
+
You can’t perform that action at this time.
0 commit comments