#Kit-Name: TEE Web Admin

# install required package
kitman.i "Web Console"

# install TEE JSON-RPC
fw.i -f com.prosyst.mbs.tee.jsonrpc.jar

# install Web Admin Console TEE Plug-in
fw.i -f com.prosyst.mbs.tee.webconsole.jar

# install TEE Core bundle
fw.i -f -l com.prosyst.mbs.tee.core.jar

# install TEE Console commands bundle
fw.i -f -l com.prosyst.mbs.tee.commands.jar

# install Assertion TFW bundle
fw.i -f -l com.prosyst.mbs.tee.tfw.assertion.jar

# install JUnit TFW bundle
fw.i -f -l com.prosyst.mbs.tee.tfw.junit.jar

# install JUnit 5 TFW bundle
fw.i -f -l com.prosyst.mbs.tee.tfw.junit5.jar

# install Reference TFW bundle
fw.i -f -l com.prosyst.mbs.tee.tfw.reference.jar

#start TEE JSON-RPC now
fw.start -l com.prosyst.mbs.tee.jsonrpc.jar 

#start web console plugin now
fw.start -l com.prosyst.mbs.tee.webconsole.jar 
