How to install Jira and Confluence in your Mac in 5 minutes using Docker

To do this exercise Docker must be installed and running in your Mac computer. We will use Docker Desktop for Mac (download from here). After the install process, open it! Now configure the total RAM and capacity of the Docker service. Now we are ready to start! Just open the Command Line Terminal and execute this…

Read More

How to install Embark by Status in MacOS (Ethereum Dapp development)

Prerequisites: 1. Node Version Manager   2. Node   2.1 Go (Optional)   2.2 Ethereum Client (Optional) How to run geth using rinkeby Ethereum test network node: geth –rinkeby –datadir=~/.gophersland_ethereum_r1 –port=30304 –cache=2048 –rpc –rpcport=8546 –rpcapi=eth,web3,net,personal –syncmode=fast   IPFS (Optional but recommended) $ tar xvfz go-ipfs.tar.gz $ cd go-ipfs $ ./install.sh $ ipfs init initializing IPFS node…

Read More

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

Create a new plugin / add-on in JIRA to set custom CSS and Javascript / JS in all pages

Creating our first JIRA plugin “Hello World”: enter in C:\atlastutorial atlas-create-jira-plugin Enter 1 for JIRA 5 groupId: com.atlassian.tutorial artifactId: helloworld version: 1.0-SNAPSHOT package: com.atlassian.tutorial.helloworld Press Y to continue Browse to and open the atlastutorial/helloworld/src/main/resources/atlassian-plugin.xml file Modify helloworld.js and add inside a piece of code like this: “alert(“Hola!”)” Modify the tag <context> to active the Javascript…

Read More

How to install JIRA / Confluence on local server

Download and install JIRA from: https://es.atlassian.com/software/jira/download Download and install MySQL Server from: https://dev.mysql.com/downloads/file.php?id=456518 Create the Database: https://confluence.atlassian.com/display/JIRA/Connecting+JIRA+to+MySQL Install MySQL Connector in Tomcat: Download from: http://dev.mysql.com/downloads/connector/j Copy the file mysql.jar in the {TOMCAT_PATH}/lib Incredible but is true… then we need install another time JIRA! That’s it!

Read More

How to Install CONFLUENCE in CLUSTER

This guide covers installing Confluence Data Center, which is a clustered solution, for the first time (with no existing data). If you have an existing Confluence instance, see Moving to Confluence Data Center. 1. Clustering requirements and terminology To run Confluence in a cluster you must: have a clustered license. use a supported external database, operating system…

Read More

How to Install JIRA in CLUSTER

Before you start: Before you install JIRA Data Center, please review this pre-requisite information: Understand how JIRA Data Center works. Understand the node requirements: Each JIRA node must run on its own machine (physical or virtual), with a separate machine for the shared services. The shared services machine must be accessible by each node. Normal…

Read More