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

wso2-attic/vagrant-is

Repository files navigation

This repository is no longer maintained.

Issue reports and pull requests will not be attended.

⚠️ DISCLAIMER

Use these artefacts as a reference to build your deployment artefacts. Existing artefacts only developed to demonstrate a reference deployment and should not be used as is in production


Vagrantfile for WSO2 Identity Server

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 Identity Server. You can sign up for a Free Trial Subscription here.

This section defines the procedure to execute Vagrant resources for a setup of WSO2 Identity Server single node with Analytics support.

Please note that in order to run these Vagrant resources use, you need to install Oracle VM VirtualBox since, Vagrant uses Oracle VM VirtualBox as the default provider. In addition, you need to download the official JDBC driver for MySQL, Connector/J.

How to run the Vagrantfile

  1. Checkout this repository into your local machine using the following Git command.
git clone https://github.com/wso2/vagrant-is.git

If you are to try out an already released zip of this repo, please ignore this 1st step.

  1. Move to vagrant-is folder.
cd vagrant-is

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-is-<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:
git checkout tags/v5.8.0.1 and continue below steps.

  1. Spawn up the Vagrant setup.
vagrant --updates up

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

vagrant up
  1. Access the Identity Server and Identity Server Analytics via the URLs given below.
For Identity Server - https://localhost:9443/carbon
For Identity Server Analytics Dashboard - https://localhost:9634/portal