Skip to content

Commit

Permalink
Merge pull request #3 from Asqatasun/doc
Browse files Browse the repository at this point in the history
update build documentation for #1 and #2
  • Loading branch information
jkowalczyk committed Feb 13, 2016
2 parents 69c09eb + 78553f6 commit 4d6a3c1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion documentation/Howto-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -21,4 +22,14 @@ Tested on Linux Ubuntu 12.04 LTS
### Build the sources

cd /home/<user>/Web-Snapshot
mvn clean install
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

0 comments on commit 4d6a3c1

Please sign in to comment.