-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
---------------------- set version to 0.8.2 fixed #99 / pom.xml file: replaced "-dev" by "-SNAPSHOT" Updated build_and_run-with-docker.sh (typo) fixed #99 / pom.xml file: replaced "-dev" by ".SNAPSHOT" refactor build documentation DOC - Release : using `mvn versions:set -DnewVersion=x.y.z` Fixed #93 - Upgraded maven-war-plugin 3.2.0 instead of 3.1.0 Updated CHANGELOG fixed #94 - Upgraded outdated dependency: SpringFramework 4.3.12 DOC - Updated Other-contrast-tools.md fixed #97 - build_and_run-with-docker.sh / log_processing() fails when there is no WARNING */pom.xml - typo Updated webapp/pom.xml webapp/pom.xml - Turn off JS warnings by yuicompressor-maven-plugin tar.gz - Updated descriptor.xml (don't use a root /) updated pom.xml DOC Build - Fix prerequesites Added documentation/badge.md build_and_run-with-docker.sh - refactor + fixed #95 Fixed #93 - Upgraded maven-dependency-plugin + maven-surefire-plugin fixed #94 - Upgraded outdated dependency: SpringFramework 4.3.11 Fixed #93 - Upgraded maven-compiler-plugin: 3.7.0 instead of 3.6.2 webapp: added CSS for accessible modal window system webapp: added accessible modal window system from van11y.net Fixed #92 - Upgraded maven-compiler-plugin: 3.6.2 instead of 3.6.1 set version to 0.8.2-dev
- Loading branch information
Showing
31 changed files
with
1,215 additions
and
321 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,9 @@ | |
target | ||
*.log | ||
|
||
# maven (mvn versions:set) | ||
pom.xml.versionsBackup | ||
|
||
|
||
##### GIT | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
# Docker | ||
|
||
## Build with our automated script (recommended) | ||
|
||
We have created a shell script to ease the tasks of building locally with Docker. Basically, the script: | ||
|
||
## Linux users | ||
1. compiles Contrast-Finder, | ||
1. creates a new docker image, | ||
1. runs a container from this image, | ||
|
||
### Builds Contrast-Finder and runs a new Docker container | ||
|
||
- builds Contrast-Finder from sources with maven, | ||
- builds a new Docker image | ||
- runs a container based the freshly built image | ||
|
||
### Linux users | ||
To enjoy it, do: | ||
```bash | ||
git clone https://github.com/Asqatasun/Contrast-Finder | ||
cd Contrast-finder | ||
cd Contrast-finder | ||
git checkout develop | ||
docker/build_and_run-with-docker.sh -l -s ${PWD} -d docker/SNAPSHOT-local_from-Ubuntu | ||
docker/build_and_run-with-docker.sh -l --source-dir ${PWD} --docker-dir docker/SNAPSHOT-local_from-Ubuntu | ||
``` | ||
|
||
In your browser, go to | ||
`http://127.0.0.1:8087/contrast-finder/` | ||
|
||
A lot of useful options are also available to speed up the process | ||
when you want to build / test / iterate. | ||
|
||
You may run `./docker/build_and_run-with-docker.sh -h` to see them. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.