Software Distribution for a new era

In this presentation I will introduce Software Distribution for a new era. In short it will explain the negatives of using packages, how 'containers' improved on this, but now how to make this available for use on servers and desktops.

In short it will talk about the following topics:

  • container ...
more ...

Deploying OpenStack using TripleO

In this article we will deploy an OpenStack environment using TripleO using the tripleo-quickstart scripts. It will create a virtualized environment which consists of 1 Undercloud node and in total 9 nodes in the Overcloud; 3 controller nodes (High Availability), 3 compute nodes and 3 Ceph storage nodes.

What is ...

more ...

Building a multi-tier application using OpenStack (PackStack)

This is a publication of an article/training class I gave related to setting up an environment using OpenStack, to host a multi-tier applicatiom.

Introduction

In this hands-on-labs you will learn how to set-up an OpenStack environment to host a multi-tier application; front-end, back-end and the related network settings to ...

more ...


Trigger PhoneGap Build from GitHub

You can remotely trigger a build by using the API

First you need to get your auth token:

$ curl -u [email protected] POST -d "" https://build.phonegap.com/token

Test it and retrieve your appid using the following command:

$ curl https://build.phonegap.com/api/v1/me?auth_token=[token ...
more ...