chintana-zz / setup-wso2

Setup WSO2 products using Vagrant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup WSO2 using Vagrant

A Vagrant script for setting up WSO2

With following config

  • Sets up Identity Server and Application Server. (plan to add more with different configurations - clustered, with ELB etc...)
  • Configure single sign on between them (SAML2 SSO)
  • Use ApacheDS that's shipped with Identity Server as the user store
  • Use a MySQL server the DB for mounted Registry between the instances

Pre-requisites

  1. Install Vagrant hostmanager plugin - https://github.com/smdahlen/vagrant-hostmanager.
    $ vagrant plugin install vagrant-hostmanager
  2. Download WSO2 Application Server 5.2.1
  3. Download WSO2 Identity Server 4.6.0

Running

Copy Application Server and Identity Server binaries to packs folder. Then do,

$ vagrant up

This sets up 3 VMs using VirtualBox. MySQL, Application Server and Identity Server. This also setup single sign on between services.

Accessing servers

Open a browser and navigate to,
Application Server - https://as.test.wso2.com:9443
Identity Server - https://is.test.wso2.com:9443

About

Setup WSO2 products using Vagrant

License:Apache License 2.0