View Source

{prerequisites}

1) Download the [lastest release of EasierBSM|easierbsm:Binaries] and install it:
- On windows, click on installer
- On linux, run: *java \-jar EasierBSM-installer-OS-VERSION.jar*

2) Go to bin directory of project home (or click on shortcut on windows):
- On windows, start: *./startup.bat*
- On linux, start: *./startup.sh* (think to give write acces on this file: *chmod a+x startup.sh*)

If all is ok, you can see the following console:


!EasierBSM_start.png|border=1,width=800,height=400!


As you can see, EasierBSM exposes by default 2 services:
* *[Admin Service|easierbsm:Administration]* described at [http://_host_:_port_/services/bsmadminExternalEndpoint?wsdl] (From [EasyESB|easyesb:EASYESB - Open source Lightweight Services Bus] + BSM specific administration (for SLA, etc.).)
* *[Dispatcher Service|easierbsm:Data-Collector]* described at [http://_host_:_port_/services/DispatcherProviderEndpointClientProxyEndpoint?wsdl]. This service exposes a notification
consumer to receive notifications coming from the functional bus.


{info}
EasierBSM can be directly [created |easiestdemo:How to create EasierBSM in Topology View] or [imported |easiestdemo:How to import EasierBSM in Topology View]in topology view of [EasiestDEMO Client|easiestdemo:EasiestDemo - Open source BPEL to Java generator]


!EasierBSM_InClient.png|border=1,width=800,height=400!
{info}