In this post, I'll walk you through the steps I followed to install OpenCV and Python using Homebrew on macOS Sierra (10.12.6). Install the Xcode Command Line Tools To install the Xcode Command Line Tools, enter the following command: sudo xcode-select --install To check that they have been…
OSX
Getting started with WebStorm, Yeoman and AngularJS
WebStorm is an IDE that aims to make life easier for JavaScript developers. In this post, we'll install WebStorm (9.0.1) and then generate the scaffolding for a new AngularJS project using Yeoman. WebStorm Prerequisites Mac OSX 10.5 or higher Java 6 Yeoman Prerequisites Xcode Command Line Tools…
How To: Enable Client-Debug Mode in Alfresco 5
In a previous post, I wrote about installing Alfresco (Community Edition) on OSX Mavericks in order to take a look at the new features in Alfresco version 5 (5.0.a). Now that I have Alfresco 5 up and running I want to learn more about Alfresco Share, Share Page…
How To: Install Liferay 6 on OSX Mavericks
Liferay is a popular open source portal and collaboration platform. Prerequisites Java 1.7 JDK Install Liferay First, we need to download Liferay: I downloaded the Liferay Portal (Community Edition) Tomcat Bundle (6.2): liferay-portal-tomcat-6.2-ce-ga2-20140319114139101.zip Then, I unpacked the file and moved the liferay folder into the Applications…
How To: Build Alfresco using Subclipse and MVN on OSX Mavericks
In a previous post, I wrote about setting up an Alfresco development environment. In this post, we'll use Subclipse to checkout the Community Edition of Alfresco (version 5.0.a) and build it using Maven. Checkout the Alfresco source code using Subclipse Launch Eclipse, then go to File ->…
How To: Install Eclipse, STS, SVN and MVN on OSX Mavericks
In a previous post, I wrote about installing Alfresco (Community Edition) on OSX Mavericks in order to take a look at the new features in Alfresco version 5 (5.0.a). Now that I have Alfresco 5 up and running there are a few more tasks that I need to…