There seem to be lot of effort going on to make docker.io available on Redhat based systems.
What it means is that, a simple yum install on stock Fedora, Redhat, Centos will give you the docker.io awesomeness.
More details are available on this blog po...
Thursday, September 19, 2013
Tuesday, September 10, 2013
Postgresql 9.3 and NoSQL Awesomeness on Fedora 19
Postgresql 9.3 was released yesterday. This document explains how to install postgresql 9.3 on Fedora 19 system and play with the built-in JSON support for the columns. (i.e the NOSQL Feature within a RDBMS database!)
1. Install Fedora 19 as you usually do
2. Setup PGDG Repository
[root@fallenangel...
Friday, September 06, 2013
Installing Facebook's Hiphop "Kimchi" Release on Centos 6.x , RHEL 6.x
Facebook's hiphop changelog is updated for "Kimchi" release in github with the following list.
"Kimchi" 2-Sep-2013
- Fix order of custom attributes and visibility in ctor arg promotion
- Implement CachingIterator
- Implement RecursiveCachingIterator
- Generalized heuristic for choosing when...
Monday, September 02, 2013
Getting ready for the faster HHVM (hiphop php) version
UPDATE: Now you can install "Kimchi" release as of 6-Sep-2013
HHVM (hiphop php) is getting ready for a faster version with the following changes
I have built a preview version as of Sep-1-2013, which can be easily installed on your system.
Steps to Upgrade from 2.1.0 on CentOS-6.x / RHEL-6.x
1....
Sunday, September 01, 2013
Installing Docker.io version 0.6.1 on Centos / Fedora
Docker.io has released 0.6.1 version with the following changelog
If you have already installed docker.io on your centos/rhel system. Just do the upgrade with the following steps
Upgrading from 0.5.3 to 0.6.1
1. Make sure you have enabled hop5.in repository as mentioned in previous post
2. Do...