Enable https and Apache Proxy in your Jira Server

This post can be the continuation of this: Useful links to install Jira Server on Google Cloud In this case, we want to install a Proxy Server (can be Apache or Nginx for example). To install Apache in a Linux Debian installation: apt-get update apt-get install apache2 To start the service: sudo service apache2 start Enable mod_proxy modules…

Read More

Ethereum or Hyperledger? IOTA or Hashgraph?

Here some useful comparatives between Ethereum, Hyperledger Fabric and R3 Corda blockchain frameworks from the fantastic article of Philipp Sandner (see here). Enterprise Ethereum Alliance (EEA) is an organization to make the Ethereum blockchain useful for Business cases (like the Hyperledger frameworks) Why Enterprise models if you can use a public blockchain like Ethereum? We want…

Read More

INSTRUCTIONS TO MIGRATE FROM JIRA6 (WAR DISTRIBUTION, NOW OBSOLETE) TO JIRA7 NEW BINARY DISTRIBUTION

First, make a backup of the database (jiradb) and import in the same server (or in different) with name of scheme “jira7db”. With this method you can rollback the process in two minutes and continue with the JIRA 6 version if the process fails. 1. Download the binary distribution: atlassian-jira-software-7.0.3-jira-7.0.3-x64.bin 2. execute ./atlassian-jira-software-7.0.3-jira-7.0.3-x64.bin 3. OK…

Read More