I am trying to find what files to upload and where for my web confluence plugin. I know the atlassian-connect.json
needs to be uploaded to an https:// location. Do I upload that project root direct in the same location as well as all the folders, or can I skip uploading the node_modules
folder?
What files to package Atlassian Connect Express Confluence Macro
83 Views Asked by Tim Nuwin At
1
You need to host the whole app on a hosting platform that you choose, and yes that includes the atlassian-connect.json file. Once you upload it and have it running you can install it into your Confluence app using the url to your atlassian-connect.json file.
If you haven't already, you should go through the Getting Started guide on the docs. This will walk you through setting up an app and getting it running locally and installing a running app into Confluence.