Re: [Dev] Adding a connector via command line

2017-03-27 Thread Malaka Silva
Hi Aaron, Another way to do this in addition to what Maheeka mentioned is include connector(s) as part of carbon application project and deploy it with ESB. You can simply copy the xx.car file to /repository/deployment/server/carbonapps folder. [1] https://docs.wso2.com/display/ESB500/Workin

Re: [Dev] Adding a connector via command line

2017-03-26 Thread Maheeka Jayasuriya
Hi Aaron, You can copy the connector zip file to [ESB_HOME]/repository/deployment/server/synapse-libs/ folder. This will deploy the connector to the server. If you need to enable the connector, instead of using the UI or admin services, you can create a file as attached (for Instagram) and copy i

[Dev] Adding a connector via command line

2017-03-26 Thread Aaron Watkins
Hello, I'm currently working on setting up the WSO2 ESB via puppet. I've got the basic setup all working, but need to add the file connector. Is there a way to automate the installation of a connector? Specifically, I don't want to use the GUI to upload the zip file, but want to be able to add