3.0.0 is the latest series in the HHVM world. In order to upgrade/install the 3.0.1 package. Follow these instructions
Compared to 2.4 HHVM release, the following packages were upgraded from the stock centos repository. Please be aware of these.
ocaml (from 3.11 to 3.12)
ImageMagick (from 6.5 to...
Monday, April 14, 2014
Tuesday, March 18, 2014
AtomSQL - Simple Database Query Language for RDBMS & NoSQL Systems
AtomSQL came from the frustration of working too much with RDBMS systems and typing too much to get the necessary data from the Databases.
This post is an introduction to AtomSQL
Lets go through the following examples to see how we use SQL queries normally and in AtomSQL Format.
1. Create a new...
Tuesday, February 11, 2014
Configure HHVM with Apache + FastCGI on Centos 6.5
On centos you can run regular fastcgi processes with mod_fcgid package. In order to communicate with HHVM over TCP/IP you need to install mod_fastcgi which is available elsewhere on the internet.
Follow these instructions to use apache + fastcgi with hhvm.
0. Pre-requisites
Make sure you add...
Monday, February 10, 2014
Installing docker 0.8 version on Centos 6.5
1. Configure EPEL Repository
[root@localhost ~]# sudo yum install http://ftp.riken.jp/Linux/fedora/epel/6/i386/epel-release-6-8.noarch.rpm
Loaded plugins: fastestmirror
Determining fastest mirrors
* base: centos.aol.in
* extras: centos.aol.in
* updates: centos.aol.in
Setting up Install Process
epel-release-6-8.noarch.rpm...
Saturday, October 19, 2013
Install HHVM 2.2.0 Final Release on Centos 6.4 (64-bit)
Facebook released HHVM 2.2.0 couple of days ago and made the package available on multiple distributions.
Setup hop5.in repo as mentioned in this blog post
1. Install the package using yum
[root@node1 x86_64]# yum install hiphop-php-2.2.0-1.el6.x86_64 -y
2. Check the version of newly installed...
Thursday, September 19, 2013
Docker.io Version 0.7 to be available on Fedora/Redhat/Centos
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...
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...