0 Replies Latest reply on Jun 20, 2014 9:34 AM by jepper

    Automatically do stuff in the fusemq console

    jepper

      I want to automate the installation of fusemq. I've unzip'ed it and done all the easy stuff.

       

      For a manual install I fire up ./fusemq and enter commands:

       

      FuseMQ:karaf@root> features:install wrapper                 <-------------------  enter command

      FuseMQ:karaf@root> wrapper:install                          <-------------------  enter command

       

      How can automate this? I've tried expect scripts but it's just not right. I cannot find a way to do this in a shell script or via an API.