Skip to content

Commit

Permalink
updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Arul Vannala committed Nov 1, 2020
1 parent 6a99a6d commit 702d329
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![Build Status](https://travis-ci.org/mborges-Vmware/tas-ers-demo1.svg?branch=master)](https://travis-ci.org/mborges-Vmware/tas-ers-demo1)
[ ![Download](https://api.bintray.com/packages/mborges-Vmware/generic/tas-ers-demo1/images/download.svg) ](https://bintray.com/mborges-Vmware/generic/tas-ers-demo1/_latestVersion)

# tas Elastic Runtime Service (ERS) Base Demo
Base application to demonstrate tas ERS
# Vmware Tanzu Applicatio Service Demo Application
Base application to demonstrate TAS

## Credits and contributions
As you all know, we often transform other work into our own. This is all based from Andrew Ripka's [cf-workshop-spring-boot github repo](https://github.com/Vmware-cf-workshop/cf-workshop-spring-boot) with some basic modifications.
Expand All @@ -20,7 +20,7 @@ This base application is intended to demonstrate some of the basic functionality
## Getting Started

**Prerequisites**
- [Tanzu Application Service CLI](http://info.Vmware.io/p0R00I0eYJ011dAUCN06lR2)
- [Tanzu Application Service/CF CLI](http://info.pivotal.io/p0R00I0eYJ011dAUCN06lR2)
- [Git Client](http://info.Vmware.io/i1RI0AUe6gN00C010l12J0R)
- An IDE, like [Spring Tool Suite](http://info.Vmware.io/f00RC0N0lh01eU21IAJ260R)
- [Java SE Development Kit](http://info.Vmware.io/n0I60i3021AN0JU0le10CRR)
Expand All @@ -30,7 +30,7 @@ This base application is intended to demonstrate some of the basic functionality
$ git clone [REPO]
$ cd [REPO]
$ ./mvnw clean install
```
```

### To run the application locally
The application is set to use an embedded H2 database in non-PaaS environments, and to take advantage of Vmware CF's auto-configuration for services. To use a MySQL Dev service in tas, simply create and bind a service to the app and restart the app. No additional configuration is necessary when running locally or in Vmware CF.
Expand All @@ -48,5 +48,3 @@ Take a look at the manifest file for the recommended setting. Adjust them as per

## Labs/Demo Scripts summary
We have a [Labs](https://github.com/Vmware-Field-Engineering/tas-ers-demo/tree/master/Labs) folder to help you learn tas. These labs can be used for workshops or self-training.


0 comments on commit 702d329

Please sign in to comment.