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
87 Views Asked by Tim Nuwin At
1
There are 1 best solutions below
Related Questions in CONFLUENCE
- Confluence Macro vs Confluence Gadget
- use Confluence-publisher-plugin in Jenkins to send build information to Wiki
- Confluence REST API: Get the favorite spaces of a user
- Custom field to display Confluence pages
- FATAL: invalid value for parameter "TimeZone": "Australia/Canberra"
- Using Confluence REST API to post generated html table (PHP) without getting http 400 status code?
- Confluence keyboard shortcut markup
- Is it possible to view a list of all documents written by myself in Confluence?
- Create Page In Confluence Via Rest API using Java
- How to embed an Atlassian Conflence page in another html page
- Is it possible to create a canonical URL for pages with just a pageid in confluence?
- Using Groovy in Confluence
- How to get Atlassian Confluence Space permissions by REST API?
- I can't login confluence on other pc by pc's ip:8090
- Can't access scheduled jobs page in Confluence Admin
Related Questions in ATLASSIAN-CONNECT
- Atlassian Connect Addon for Autocomplete Field
- Getting 404 when trying to access js and css files in Java Spring
- Can multiple Jira addons can use same source code?
- Uploading addon in JIRA
- Error after dependency of Redis (spring-boot-starter-data-redis) added in spring-boot
- Redis cache not working with atlassian-connect-spring-boot-jpa-starter
- Unable to install ACE Jira app from Heroku
- How to remove submit button from a dialog opened for a web-item?
- Referencing Custom Issue Field to pass in as a Context Parameter Atlassian-Connect
- User not authorised for certain endpoint on rest API - Error: "Client must be authenticated to access this resource."
- Atlassian Connect Express: Credentials rejected at connect-ace.atlassian.net
- Bitbucket addon - jwt on redirect
- Atlassian-connect: Error on 'installed' event
- Is it possible to use application level middleware in express router?
- Can't get Atlassian Connect Express to Install
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
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.