Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #54 from VimukthiPerera/2.6.x
Browse files Browse the repository at this point in the history
Update the README with latest instructions
  • Loading branch information
msmshariq authored Oct 9, 2018
2 parents c04cee6 + 1265c3f commit 44b2785
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Vagrantfile for WSO2 API Manager

In order to use Vagrant boxes, you will need an active subscription from WSO2 since the Vagrant boxes hosted at vagrant.wso2.com contains the latest updates and fixes to WSO2 API Manager. You can sign up for a Free Trial Subscription [here](https://wso2.com/free-trial-subscription).

If you wish to use the Vagrant boxes without updates, please build them from [here](https://github.com/wso2/vagrant-boxes).
In order to use Vagrant boxes with updates, you will need an active subscription from WSO2 since the Vagrant boxes hosted at vagrant.wso2.com contains the latest updates and fixes to WSO2 API Manager. You can sign up for a Free Trial Subscription [here](https://wso2.com/free-trial-subscription).

This section defines the procedure to run Vagrant resources for a setup of WSO2 API Manager single
node with Analytics support.
Expand Down Expand Up @@ -32,8 +30,6 @@ cd vagrant-apim
>If you are to try out an already released tag, after executing 2nd step, checkout the relevant tag, i.e. for example: <br> git checkout tags/v2.6.0.1 and continue below steps.


3. Switch to WSO2 API Manager deployment pattern directory

```
Expand All @@ -42,6 +38,12 @@ cd < deployment-pattern-directory >

4. Spawn up the Vagrant setup.

```
vagrant --updates up
```

If you wish to use the Vagrant boxes without updates, spawn up the Vagrant setup as follows.

```
vagrant up
```
1 change: 0 additions & 1 deletion apim-is-as-km-with-analytics/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# WSO2 API Manager with Analytics Support and WSO2 Identity Server as the Key Manger

In order to run this Vagrant setup, you will need an active [Free Trial Subscription](https://wso2.com/free-trial-subscription)
from WSO2 since the referring Vagrant Boxes hosted at vagrant.wso2.com contains the latest updates and fixes for WSO2 API Manager,
API Manager Analytics 2.6.0 and WSO2 Identity Server as KM 5.7.0. You can sign up for a Free Trial Subscription [here](https://wso2.com/free-trial-subscription).

Expand Down
2 changes: 1 addition & 1 deletion apim-with-analytics/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WSO2 API Manager with Analytics Support

In order to run this Vagrant setup, you will need an active [Free Trial Subscription](https://wso2.com/free-trial-subscription)
In order to run this Vagrant setup with updates, you will need an active [Free Trial Subscription](https://wso2.com/free-trial-subscription)
from WSO2 since the referring Vagrant Boxes hosted at vagrant.wso2.com contains the latest updates and fixes for WSO2 API Manager and
API Manager Analytics 2.6.0. You can sign up for a Free Trial Subscription [here](https://wso2.com/free-trial-subscription).

Expand Down

0 comments on commit 44b2785

Please sign in to comment.