Skip to content

Instantly share code, notes, and snippets.

View pablomp's full-sized avatar

Pablo pablomp

View GitHub Profile
@pablomp
pablomp / gist:7426760
Last active December 28, 2015 02:19 — forked from altuzar/gist:5876873
Instalar OpenERP 7 en Linux CentOS 6
#!/bin/sh
# Install OpenERP 7 on Digital Ocean
# Fernando Altuzar
# Modified script from Carlos E. Fonseca Zorrilla & Mario Gielissen
# First: Create a Droplet with CentOS 32 bits
# Then:
yum -y install wget unzip
rpm -ivh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
rpm -ivh http://yum.pgrpms.org/9.2/redhat/rhel-6-i386/pgdg-centos92-9.2-6.noarch.rpm