How to establishment a production and development environment for my Jira Cloud App?

How to establishment a production and development environment for my Jira Cloud App?

This is a second time I ask this.

1 Like

Hi Matti,

For your production you can opt to use any hosting provider you like that can host your app.

For development I use ngrok its a tool that lets you expose your app that you have running on your local box so Jira Cloud can connect to it. I configured a custom domain so I can reuse the same url when configuring the app in my Jira Cloud dev instance.

Does this cover your question?

Cheers,
Mark

Hello,

I am not sure. I have a production environment already. But looking for development environment.

I have Wildcard SSL Certificate that can be configured to either production and local development environments.

And how to make Continuous Deployment with Jenkins? My App is made with PHP/JavaScript and stored on SVN.