...
| Project | Command | Platform | Tested by | Success? | Notes |
|---|---|---|---|---|---|
| fcrepo | mvn clean install | linux | |||
| fcrepo | mvn clean install | mac | |||
| fcrepo | mvn clean install | windows |
One-Click Run
cd fcrepo-webapp; mvn clean install -Pone-click...
...
java -jar fcrepo-webapp-<version>-SNAPSHOT-jetty-console.jar
...
Manual Tests
| Info |
|---|
All of the below should take place in the HTML UI and non-vagrant tests should run against fcrepo-webapp-plus. |
...
| Database | Platform | Tested by | Success? | Notes |
|---|---|---|---|---|
| MySQL | ||||
| PostgreSQL |
...
Docker Tests
| Code Block |
|---|
vagrant destroy vagrant updocker run -p8080:8080 fcrepo/fcrepo:6.5.1-RC |
| Test steps | Tested by | Success? | Notes |
|---|---|---|---|
FEDORA_AUTH=true | |||
FEDORA_AUTH=false |
...