File tree 1 file changed +13
-1
lines changed
1 file changed +13
-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,15 @@ 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
+
28
+ > Waiting for an archiva, asqatasun must have previously
29
+ > been built on the machine, in its 4.0.0-SNAPSHOT version (current develop branch).
30
+ >
31
+ > Once built, the dependencies will be copied in your local maven repository
32
+ > and then, you'll be able to build the websnapshot.
33
+ >
34
+ > We know it's a bit dirty, but by now, it works
35
+ #1
36
+
You can’t perform that action at this time.
0 commit comments