这是indexloc提供的服务,不要输入任何密码
Skip to content

MassimoDanieli-zz/vagrant-wso2-box

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#WSO2 Dev Box

Eventually going to add as many of the applications as I can.

It downloads:

  • Java
  • Maven
  • ActiveMQ
  • All WSO2 Products, comment out those you don't need
  • Postgresql Driver
  • MySQL Driver

##Active Application Services

All can be stopped, started and restarted

sudo service wso2am restart sudo service wso2esb stop etc...

##Build All the capabilities to build from source are here, just not activated because the box needs a lot of memory to build with Maven.

###More info on repos

##Where are the applications in the box

Under the /opt folder.

Links

##Development

##Manual

###Starting the BAM Server

For some reason, I can't get the startup script to work. It gets installed, so you can ignore the error when it is provisioned. It can be started from inside the box with:

sh /opt/wso2bam-2.4.1/bin/wso2server.sh > /dev/null &

###Installing applications with the features manager

Go to Configure/Features/Repository Management in the ESB box Add repos needed from Add these repos if not already there: name: Turing url: http://dist.wso2.org/p2/carbon/releases/turing/

Then click the 'Find Features' button.

  • Install DSS 3.2.2 in the ESB admin

###Add Data Source

  • Add remote Postgresql database to DSS
  • Add remote MySQL database to DSS

About

Vagrant box - WSO2 Development Environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 68.9%
  • Puppet 31.1%