Synology Virtual Machine – VMware

synology_610x425[1]In order to start working on my Synology JIRA package, I needed some way to test without having to sacrifice the stability of my own DiskStation. In order to do this, I decided to use VMware Fusion. This is a guide showing one way to do so:

  1. XPEnology
  2. Creating the Virtual Machine
  3. Installing XPEnology
  4. Nominal Boot Configuration

An older guide that uses VirtualBox can be found here: http://www.robvanhamersveld.nl/2013/01/21/install-and-test-synology-dsm-in-a-virtual-machine/.
Read More

JIRA Installation on Synology NAS – Part 4 – Auto-start

Introduction

Up until now, we’ve been starting JIRA by executing [shell]start-jira.sh[/shell] from the command line. Of course, since we’re logged into an SSH session to get this command line interface, if we were to disconnect, the processes we start will all get killed. Having to keep an SSH session open to use JIRA is not exactly the way we want to have it set up. So, what do we need? A startup script linked into Synology’s boot! Read More

JIRA Installation on Synology NAS – Part 3 – Installation

Introduction

Now that we’ve got the system prepped for the installation, it’s time to start it!

First, we have to download JIRA. The only way to get the older versions is to look at Atlassian’s JIRA Downloads Archive. Remember, 5.2.11 is the latest version that is able to be installed on the Synology products with DSM 4.3 or lower. DSM is only a 32-bit operating system, so make sure to download the 32-bit version of JIRA. Also, to make everything easy, we’re going to use Atlassian’s linux installer – after all, that’s why we did all this prep! To save some time, here’s the link for the download that I used: http://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-5.2.11-x32.bin

Read More

JIRA Installation on Synology NAS – Part 2 – Preparation

After figuring out the Java limitations involved in running things on Synology’s DSM, I finally figured out a way that got JIRA installed on the NAS. I do not warranty this tutorial whatsoever, and there are some dangerous choices that were made. Any good linux user will spot them and hopefully be able to clean them up. If someone tries it with modifications, please post a comment and let me know what you changed.

Read More

Java 7 on Synology

I just wanted to give a little update on the Java 7 support for Synology NAS products. I have been talking with the Synology technical support team and they’ve gave me word last month that support for Java 7 will be included in DSM 5.0.

The DSM 5.0 beta should be launching next week in the UK: http://www.synology.com/en-uk/events/2014_dsm5.0_beta_uk

Synology support has also made a point to say: “Anyone who’s interested in becoming a Beta Tester and helping us build a better, more stable product is welcome to participate.” Any links for this will probably only go live after the debut on January 16th, 2014.

Hopefully, this means that the Java 7 support will span their entire range of products – not only the platforms for which Missle Hugger and others have created packages.

I’ll be anxiously awaiting the full support of this so I can try out the newer versions of the Atlassian products along with other Java-based tools.

JIRA Installation on Synolgy NAS – Part 1 – Introduction

logoJIRAPNG[1]I am planning on starting up some software development work with a small team. One of the main things that small teams seem to forget is that they still need to stay organized. One of the ways we stay organized in the team we have at work is with Atlassian’s set of software development tools. All of them integrate nicely together and include a wiki (Confluence), git repository server (Stash / Bitbucket) and an excellent issue tracker (JIRA).

We are planning on using Bitbucket for our development because it will be closed-source and perfectly designed for small teams to be free (up to 5 users) with unlimited private repositories and completely fully-featured. JIRA just made sense for keeping track of issues alongside Bitbucket as they integrate together very well. The versatility of JIRA when compared to the other open-source offerings on the market is just unmatched. The closest I found was BugGenie – it included a wiki, which JIRA doesn’t by default as Confluence is a separate product that integrates. It was close, but just not quite what I was looking for, even though it was really easy to install by comparison as we will soon find out.

Read More