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

Add Vagrant resources for API Management 2.6.0 #50

Merged
merged 6 commits into from
Oct 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ Virtualization should be enabled in BIOS settings before building the boxes.
```
https://github.com/wso2/vagrant-apim.git
```
> If you are to try out an already released zip of this repo, please ignore this 1st step.
> If you are to try out an already released zip of this repo, please ignore this 1st step.


2. Move to `vagrant-apim` folder.

```
cd vagrant-apim
```
>If you are to try out an already released zip of this repo, please ignore this 2nd step also. Instead, extract the zip file and directly browse to `vagrant-apim-<released-version>` folder.
>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.5.0.1 and continue below steps.
>If you are to try out an already released zip of this repo, please ignore this 2nd step also. Instead, extract the zip file and directly browse to `vagrant-apim-<released-version>` folder.

>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.



Expand All @@ -45,4 +45,3 @@ cd < deployment-pattern-directory >
```
vagrant up
```

4 changes: 2 additions & 2 deletions apim-is-as-km-with-analytics/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 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)
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.5.0 and WSO2 Identity Server as KM 5.6.0. You can sign up for a Free Trial Subscription [here](https://wso2.com/free-trial-subscription).
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).

Access the API Publisher and Store via the URLs given below.

Expand Down
Loading