Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
st-vi committed Jan 12, 2024
1 parent b9e04c8 commit eb677e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To change the machine on which the playground is hosted, you need to take the fo
- change the `SSH_PRIVATE_KEY` github secret to the new private key
- change the variables for hostname, username, email and working directory on the server at the beginning of the workflow files under `.github/workflows`

# Hosting your own uvl playground
## Hosting your own uvl playground

- To host your own uvl playground setup a machine with docker
- Clone the repository
Expand All @@ -53,7 +53,7 @@ To change the machine on which the playground is hosted, you need to take the fo
- run `docker compose up --build -d`
- This will run the uvl playground behind a reverse proxy with letsencrypt certificates

# Hosting your own uvl playground (locally) without letsencrypt
## Hosting your own uvl playground (locally) without letsencrypt

- run `docker compose -f docker-compose-http.yaml up --build -d`

Expand All @@ -66,7 +66,7 @@ To change the machine on which the playground is hosted, you need to take the fo
```
WebSocketClient
├── assets //contains all relevant pictures as well as the example and tutorial feature models
├── dark_mode_dev_env.sh //hacky script to workaround vite dev error
├── dark_mode_dev_env.sh //script to workaround vite dev error
├── dist //contains the production build
├── Dockerfile
├── index.html
Expand Down

0 comments on commit eb677e8

Please sign in to comment.