I'm exploring the product and decided to roll my own installation.
- Vagrant + VirtualBox
- Ansible
briancoca.oracle_java7
installed from Ansible Galaxy (see below).- WSO2 Identity Server zip file placed in the
provision/files
directory (see below).
Notes:
-
To install the
briancoca.oracle_java7
roles, simply typeansible-galaxy install briancoca.oracle_java7
. You may need to usesudo
depending on permissions and location of the your Ansible install. -
I can't just
wget
the WSO2 IS binary for you. WSO2 controls the download, so you will need to visit their site and follow the steps to retrieve it. As of this commit, the version of WSO2 IS available is 5.0.0. This means the file expected in theshare
directory is namedwso2is-5.0.0.zip
. If you want to use a later version, please update theprovision/playbook.yml
file with the correct name of the file.
- From the root directory:
vagrant up
. - You should be able to access Identity Server at https://localhost:9443/carbon (username=admin, password=admin).