You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,11 @@ or join the [gitter chat for cwlviewer](https://gitter.im/common-workflow-langua
22
22
23
23
# Using CWL Viewer
24
24
25
-
You are recommended to use the **production instance** of CWL Viewer at https://view.commonwl.org/ which runs the latest [release](https://github.com/common-workflow-language/cwlviewer/releases). Any downtime should be reported on the [gitter chat for cwlviewer](https://gitter.im/common-workflow-language/cwlviewer).
25
+
You are recommended to use the **production instance** of CWL Viewer at https://view.commonwl.org/ which runs the latest [release](https://github.com/common-workflow-language/cwlviewer/releases). Any downtime should be reported on the [gitter chat for cwlviewer](https://gitter.im/common-workflow-language/cwlviewer).
26
26
27
+
<!--- I don't think this is a thing any more.
27
28
The **dev instance** at http://view.commonwl.org:8082/ corresponds to the current `master` branch, and is updated every 6 minutes to run the latest [commonworkflowlanguage/cwlviewer docker image](https://hub.docker.com/r/commonworkflowlanguage/cwlviewer/builds/). Note that this instance is NOT secured and might break at any time.
29
+
-->
28
30
29
31
# Running
30
32
@@ -42,7 +44,7 @@ To stop and remove:
42
44
43
45
docker-compose down
44
46
45
-
If you change the source code, then use this `docker-compose.override.yml` and
47
+
If you change the source code, then use this `docker-compose.override.yml` and
46
48
re-build with `docker-compose build`:
47
49
48
50
```yaml
@@ -73,7 +75,7 @@ system properties like `-Dspring.data.mongodb.host=mongo.example.org` and
73
75
74
76
#### Apache Jena Fuseki (or alternative SPARQL server)
75
77
76
-
You will also need to have a SPARQL server such as [Apache Jena Fuseki](https://jena.apache.org/documentation/fuseki2/) running,
78
+
You will also need to have a SPARQL server such as [Apache Jena Fuseki](https://jena.apache.org/documentation/fuseki2/) running,
77
79
by default on `localhost:3030`
78
80
79
81
## Compiling and Running
@@ -133,7 +135,7 @@ command line, e.g. `-DcacheDays=1` or via a [variety of other methods supported
133
135
134
136
# Dump/restore
135
137
136
-
While you can perform backup of the Docker volumes,
138
+
While you can perform backup of the Docker volumes,
137
139
for larger upgrades of CWL Viewer it is recommended instead to do a JSON dump
138
140
and re-load, which will force CWL Viewer to fetch and parse again.
139
141
@@ -155,14 +157,14 @@ look like a commit ID. Note that this might break previous permalinks.
155
157
156
158
Developers and [contributors](https://github.com/common-workflow-language/cwlviewer/graphs/contributors) include:
0 commit comments