Skip to content

Commit eb8a3c3

Browse files
Merge pull request #89 from sudheesreedhara/patch-1
Update README.md
2 parents e38f003 + 551a812 commit eb8a3c3

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

samples/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
## Getting Started
2-
- [ ] [Sign up for an Apigee Account!](https://accounts.apigee.com/accounts/sign_up?callback=https://enterprise.apigee.co). Not required if already provided.
3-
- [ ] [Download and install Maven 3.0.*](http://maven.apache.org/download.cgi)
4-
- [ ] Clone this repo https://github.com/apigee/apigee-deploy-maven-plugin
5-
- [ ] ```cd samples/forecastweatherapi-recommended/src/gateway/forecastweatherapi``` **Recommended template
6-
- [ ] For sharedflow ```cd samples/security-sharedflow/src/sharedflows/security``` **Recommended template
7-
- [ ] Execute ```mvn install -Ptest -Dusername={apigee-edge-email} -Dpassword={apigee-edge-password} -Dorg={apigee-edge-org}```
2+
- [Sign up for an Apigee Account!](https://accounts.apigee.com/accounts/sign_up?callback=https://enterprise.apigee.co). Not required if already provided.
3+
- [Download and install Maven 3.0.*](http://maven.apache.org/download.cgi)
4+
- Clone this repo https://github.com/apigee/apigee-deploy-maven-plugin
5+
- ```cd samples/forecastweatherapi-recommended/src/gateway/forecastweatherapi``` *Recommended template*
6+
- For sharedflow ```cd samples/security-sharedflow/src/sharedflows/security``` *Recommended template*
7+
- Execute ```mvn install -Ptest -Dusername={apigee-edge-email} -Dpassword={apigee-edge-password} -Dorg={apigee-edge-org}```
88

99
That's it! If everything ran smooth, you will see BUILD SUCCESS message at the of the execution of this command. Next steps, learn a bit of Maven to customize the pom.xml.
1010

11-
##Basic Commands – apigee.options
11+
## Basic Commands – apigee.options
1212

13-
###Configure, package, import, deploy, and test bundle (default validate apigee.option) – Creates new revision
13+
### Configure, package, import, deploy, and test bundle (default validate apigee.option) – Creates new revision
1414

1515
```mvn install -Ptest -Dusername=$ae_username -Dpassword=$ae_password -Dorg=testmyapi```
1616

17-
###Configure, package, import, override, deploy, and test bundle (default validate apigee.option) – Overrides current revision
17+
### Configure, package, import, override, deploy, and test bundle (default validate apigee.option) – Overrides current revision
1818

1919
```mvn install -Ptest -Dusername=$ae_username -Dpassword=$ae_password -Doptions=validate,update```
2020

21-
###Delete current bundle deployed
21+
### Delete current bundle deployed
2222

2323
```mvn install -Ptest -Dusername=$ae_username -Dpassword=$ae_password -Doptions=clean```
2424

2525
```mvn install -Ptest -Dusername=$ae_username -Dpassword=$ae_password -Dorg=testmyapi -Doptions=inactive```
2626

27-
###Configure and package bundle. Does not import
27+
### Configure and package bundle. Does not import
2828

2929
```mvn package -Ptest -Dusername=$ae_username -Dpassword=$ae_password -Dorg=testmyapi```
3030

31-
###Run tests only
31+
### Run tests only
3232

3333
```mvn jmeter:jmeter -Ptest -Dusername=$ae_username -Dpassword=$ae_password -Dorg=testmyapi -DtestData=weather_test.csv -DthreadNum=5 -DrampUpPeriodSecs=5 -DloopCount=2```
3434

35-
###The following are available options:
35+
### The following are available options:
3636
a. clean - This will delete the last deployed revision in an environment.
3737

3838
b. validate - This will validate a bundle before importing. Thus if you want strict validation then its required.

0 commit comments

Comments
 (0)