Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-kovoy authored Jan 21, 2021
1 parent ab1ddcf commit 2489e90
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To build the Teleport open source version
$ yarn build-teleport-oss
```

To build the Gravity open source version
To build the Gravity community version

```
$ yarn build-gravity-oss
Expand All @@ -44,16 +44,16 @@ To build all packages
$ make all
```

To build the Teleport web UI
To build the Teleport community version

```
$ make packages/teleport/dist
$ make build-teleport-oss
```

To build the Gravity web UI
To build the Gravity comminuty version

```
$ make packages/gravity/dist
$ make build-gravity-oss
```

## Development
Expand All @@ -67,13 +67,13 @@ For example, if `https://example.com:3080/web` is the URL of your cluster UI the
To start your local Teleport development server

```
$ yarn start-teleport --target=https://example.com:3080/web
$ yarn start-teleport-oss --target=https://example.com:3080/web
```

To start your local Gravity development server

```
$ yarn start-gravity --target=https://example.com:3080/web
$ yarn start-gravity-oss --target=https://example.com:3080/web
```

This service will serve your local javascript files and proxy network
Expand Down

0 comments on commit 2489e90

Please sign in to comment.