Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
instructions for accessing
Browse files Browse the repository at this point in the history
  • Loading branch information
Adnan Abdulhussein committed Jan 8, 2018
1 parent 7a8c148 commit 8686e37
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ sources we'll need:
```
go get -d github.com/kubeapps/manifest
go get -d github.com/kubeapps/kubeapps
go get -d github.com/kubeapps/dashboard
```

Now checkout the changes from the PR above:
Expand Down Expand Up @@ -60,6 +61,16 @@ We will use Telepresence to proxy requests to the Kubeapps Dashboard running in
your cluster to your local development server. Run the following commands:

```
cd ../dashboard
git checkout 2.0
yarn # install any new packages
telepresence --namespace kubeapps --method inject-tcp --swap-deployment kubeapps-dashboard-ui --expose 3000:8080 --run yarn run start
```

Now, to access the React app, simply run `kubeapps dashboard` as you usually
would:

```
cd ../kubeapps
./kubeapps dashboard
```

0 comments on commit 8686e37

Please sign in to comment.