Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

Category CentOS

Install Odoo 8 – CentOS 7

Our starting point is a 64-bit, fresh CentOS 7 (minimal ) machine. Get your machine up to date before proceeding: yum update -y We’ll start by installing PostgreSQL yum install postgresql postgresql-server postgresql-libs Since this is the first time installing…

Install Odoo 9 – CentOS 7

I’ve found that if you insist on installing Odoo on CentOS, like I do, doing it on CentOS 7 is the easiest and quickest way of going about it. If you have a fresh CentOS 7 minimal install that’s great,…

Install Java JDK 1.8 – CentOS 6.7

I usually download the rpm or source from Java.com and install it manually but this time around it just wouldn’t work. So this is the alternative, read: supported way, of installing Java JDK 1.8. Issue yum list *jdk* to get a list of…

Install Maven 3.3.3 – Centos 6.7

You need Java JDK installed, see this link Install Java JDK 1.8 Download the package from: maven.apache.org Move the compressed archive to the location you want and extract. cd /opt wget unzip apache-maven-3.3.3-bin.zip mv apache-maven-3.3.3 maven Create the following symlink: (note:…

MISSING: nc – Zimbra

Checking for prerequisites… FOUND: NPTL MISSING: nc FOUND: sudo-1.8.6p3-20 FOUND: libidn-1.18-2 FOUND: gmp-4.3.1-7 FOUND: libaio-0.3.107-10 FOUND: libstdc++-4.4.7-16 FOUND: unzip-6.0-2 Checking for suggested prerequisites… FOUND: perl-5.10.1 FOUND: sysstat FOUND: sqlite ###ERROR### Right after fixing the host file issue, this came up.…