Skip to content

Commit 34880e5

Browse files
Moving the evaluator to a new server (perma-id#2793)
* move evaluator and tests to new server * move evaluator and tests to new server - update README as requested by Daniel
1 parent 48f4741 commit 34880e5

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

FAIR_Evaluator/.htaccess

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Options +FollowSymLinks
22
RewriteEngine on
3-
RewriteRule ^ https://fair-evaluator.semanticscience.org%{REQUEST_URI} [R=307,L]
3+
RewriteRule ^ https://fairdata.services:7171%{REQUEST_URI} [R=307,L]

FAIR_Evaluator/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Redirect for FAIR Evaluator
22

3-
The FAIR Evaluator JSON interface.
3+
The FAIR Evaluator JSON interface. The FAIR Evaluator is hosted on a server operated by FAIR Data Systems S.L., Madrid.
44

55
see more at: http://fairmetrics.org
66

7-
maintainer of this w3id: Mark D Wilkinson: mark.wilkinson@upm.es
7+
maintainer of this w3id: Mark D Wilkinson: [email protected] or mark.moby.wilkinson@gmail.com

FAIR_Tests/.htaccess

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Options +FollowSymLinks
22
RewriteEngine on
3-
RewriteRule ^(.*) https://fair-tests.137.120.31.101.nip.io/$1 [R=307,L]
3+
RewriteRule ^(.*) http://fairdata.services:8181/$1 [R=307,L]

FAIR_Tests/README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
## Redirect for FAIR Testing Services
22

3-
The FAIR Tests are running on a temporary server at UMaastricht. This
4-
will change over time, thus to ensure that the URLs we use for FAIRness
5-
evaluations remain consistent, we are using a redirect
6-
from the w3id to achieve this stability.
7-
83
see more at: http://fairmetrics.org
94

5+
The FAIR Tests are hosted on a server operated by FAIR Data Systems S.L., Madrid.
6+
7+

0 commit comments

Comments
 (0)