Posts
All the articles I've posted.
Adding Crucible to Jira
Continuing the Jira and Confluence journey into Crucible I faced a challenge of adding it beneath the same reverse proxy setup. My aim was to end up with a
Laravel 5.5 and Bootstrap 4
Updated:Laravel 5.5 ships with Bootstrap 3. To make it use Bootstrap 4 you need to make a few changes. resources/assets/js/bootstrap.js Change require('bootstrap-s
React and Webpack - Project Template
I've begun looking at building a project using React and followed some online sources to begin with. But then I fell into outdated material that related to
JIRA, Confluence and Nginx
Updated:With Atlassian Jira Software and Confluence installed onto the same server I thought I'd investigate setting things up so we don't have to use the default
JIRA Software and Confluence
Installing Atlassian Jira Software onto an in-house or self-hosted server is as simple as following the Jira installation guide . The only thing missing is
XSLT and SOAP
Updated:All of our SOAP interactions with the Lagan CRM send and return SOAP and by association, XML. The normal practice of handling the sent or returned XML is b
VOF - Accessing H2 from Another System
Updated:Following on from Verint Online Forms using H2 seems pretty straight forward locally. It fires up a web server and you can manage the H2 database straight
Verint Online Forms
Updated:We're new to this and trying to integrate a form solution with our Lagan CRM system. We have a corporately installed test and production system for forms,
When is a Question Mark not a ?
That's a morning of smashing my face on the desk again. I deployed my dev program onto a production system and then started crying as it stopped working as
Postman is Awesome
Updated:I'm in the process of testing and documenting my API's and up until yesterday I'd only used postman to test my responses gave me something back. But it's capable of so much more!