Skip to content

Commit

Permalink
udpate: vnc in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Aug 12, 2024
1 parent 9647f04 commit dabfaa9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,21 @@ sleep 30 # let the app actually start
docker-compose run materials-designer-test
```

To run tests in the container use default profile by not specifying it:

```bash
docker-compose up -d --build
```

For debugging purposes, Materials Designer and test container can be run interactively with access via VNC:

```bash
docker-compose --profile use-vnc up -d --build
```

Then connect to `vnc://localhost:5920` with a VNC client. The password is `123`. (Port set in `.env` file.)
Make sure to have VNC client installed on the system, when address is typed in the Chrome browser, the VNC prompt will appear.

### 3.5. Using Cove.js for local development

If need to link Cove.js into the app for local development, you need
Expand Down

0 comments on commit dabfaa9

Please sign in to comment.