Skip to content

Commit 51a7d38

Browse files
committed
Remove mention of dev instance
1 parent 77b5892 commit 51a7d38

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ or join the [gitter chat for cwlviewer](https://gitter.im/common-workflow-langua
2222

2323
# Using CWL Viewer
2424

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).
2626

27+
<!--- I don't think this is a thing any more.
2728
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+
-->
2830

2931
# Running
3032

@@ -42,7 +44,7 @@ To stop and remove:
4244

4345
docker-compose down
4446

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
4648
re-build with `docker-compose build`:
4749

4850
```yaml
@@ -73,7 +75,7 @@ system properties like `-Dspring.data.mongodb.host=mongo.example.org` and
7375

7476
#### Apache Jena Fuseki (or alternative SPARQL server)
7577

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,
7779
by default on `localhost:3030`
7880

7981
## Compiling and Running
@@ -133,7 +135,7 @@ command line, e.g. `-DcacheDays=1` or via a [variety of other methods supported
133135

134136
# Dump/restore
135137

136-
While you can perform backup of the Docker volumes,
138+
While you can perform backup of the Docker volumes,
137139
for larger upgrades of CWL Viewer it is recommended instead to do a JSON dump
138140
and re-load, which will force CWL Viewer to fetch and parse again.
139141

@@ -155,14 +157,14 @@ look like a commit ID. Note that this might break previous permalinks.
155157

156158
Developers and [contributors](https://github.com/common-workflow-language/cwlviewer/graphs/contributors) include:
157159

158-
* **Mark Robinson** http://orcid.org/0000-0002-8184-7507
160+
* **Mark Robinson** http://orcid.org/0000-0002-8184-7507
159161
* Stian Soiland-Reyes http://orcid.org/0000-0001-9842-9718
160162
* Michael Crusoe http://orcid.org/0000-0002-2961-9670
161163
* Carole Goble http://orcid.org/0000-0003-1219-2137
162164
* Charles Overbeck https://github.com/coverbeck
163165
* Finn Bacall http://orcid.org/0000-0002-0048-3300
164166

165-
Thanks to:
167+
Thanks to:
166168

167169
* [eScience Lab](http://www.esciencelab.org.uk/) at [The University of Manchester](http://www.cs.manchester.ac.uk/)
168170
* [BioExcel Center of Excellence for Computational Biomolecular Research](http://bioexcel.eu/)

0 commit comments

Comments
 (0)