Skip to content

Commit ba5c577

Browse files
Update README.md (#308)
1 parent 6347e81 commit ba5c577

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,28 @@ If you are a developer, or you want to use the CWL Viewer in a closed environmen
3434

3535
## Recommended - Running with Docker
3636

37-
This application can be started with [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/install/).
37+
This application can be started with [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/install/) and Docker Compose is the recommended method of running or developing this codebase.
3838

39-
To start CWLViewer exposed on port `8080`, run:
39+
Then run the following commands to clone the project in your local system.
40+
41+
```
42+
git clone https://github.com/common-workflow-language/cwlviewer.git
43+
cd cwlviewer
44+
```
45+
46+
In the project directory, to start CWLViewer exposed on port `8080`, run:
4047

4148
docker-compose up
49+
50+
The web server will connect to a local host, you'll see the message saying "Tomacat started on port(s):8080".
4251

52+
To see the locally running CWL Viewer app, visit https://localhost:8080 in your web browser.
53+
4354
To stop and remove:
4455

4556
docker-compose down
4657

58+
4759
If you change the source code, then use this `docker-compose.override.yml` and
4860
re-build with `docker-compose build`:
4961

0 commit comments

Comments
 (0)