Skip to content

Commit

Permalink
Fix bintray link
Browse files Browse the repository at this point in the history
 - set correct link to bintray project
 - change start instructions

Change-Id: I8e77980489376e99e532bb87afd783e47e385562
Reviewed-on: http://bellevue-ci.eng.vmware.com:8080/1780
Reviewed-by: Grigor Lechev <[email protected]>
Reviewed-by: Igor Stoyanov <[email protected]>
Bellevue-Verified: e_vcoauto_glob_1 <[email protected]>
CS-Verified: e_vcoauto_glob_1 <[email protected]>
  • Loading branch information
lazarin committed Aug 29, 2016
1 parent d32fa97 commit 667e61b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@ docker run -d -p 8282:8282 --name admiral vmware/admiral
```
Open `http://<docker-host-IP>:8282/uic` in browser

#### 2. Download the published build archive, you can find it [here](https://bintray.com/vmware/admiral-repo/build/view/).
#### 2. Download the published build archive, you can find it in 'Downloads' section [here](https://bintray.com/vmware/admiral/admiral).
See detailed [instructions](https://github.com/vmware/admiral/wiki/Running-Guide) how to run it.

```shell
unzip admiral-0.5.0-SNAPSHOT-jar-with-dependencies-and-agent.jar.zip
java -cp ./lib/* -jar admiral-host-0.5.0-SNAPSHOT-jar-with-dependencies-and-agent.jar --bindAddress=0.0.0.0 --port=8282
java -jar admiral-host-*-uber-jar-with-agent.jar --bindAddress=0.0.0.0 --port=8282
```
Open `http://127.0.0.1:8282/uic` in browser

Expand Down

0 comments on commit 667e61b

Please sign in to comment.