GithubHelp home page GithubHelp logo

pombredanne / ree-centos Goto Github PK

View Code? Open in Web Editor NEW

This project forked from civiccc/ree-centos

0.0 1.0 0.0 93 KB

A simple recipe for packaging Ruby Enterprise Edition as an RPM for CentOS.

License: MIT License

ree-centos's Introduction

A Recipe for a Ruby Enterprise Edition RPM on CentOS

Perform the following on a build box as root.

Create an RPM Build Environment

yum install rpmdevtools
rpmdev-setuptree

Install Prerequisites for RPM Creation

yum groupinstall 'Development Tools'
yum install readline-devel ncurses-devel gdbm-devel db4-devel

Download REE

cd /tmp
wget http://rubyforge.org/frs/download.php/68719/ruby-enterprise-1.8.7-2010.01.tar.gz
cp ruby-enterprise-1.8.7-2010.01.tar.gz ~/rpmbuild/SOURCES/

Get Necessary System-specific Configs

git clone git://github.com/causes/ree-centos.git
cp ree-centos/patches/* ~/rpmbuild/SOURCES/
cp ree-centos/spec/ruby-enterprise.spec ~/rpmbuild/SPECS/

Build the RPM

cd ~/rpmbuild/
# the QA_RPATHS var tells the builder to ignore file path errors
QA_RPATHS=$[ 0x0002 ] rpmbuild -ba SPECS/ruby-enterprise.spec

The resulting RPMs (one for REE, one for REE's Rubygems) will be:

~/rpmbuild/RPMS/x86_64/ruby-enterprise-1.8.7-2.x86_64.rpm
~/rpmbuild/RPMS/x86_64/ruby-enterprise-rubygems-1.3.5-2.x86_64.rpm

Credits

Based on the ruby-enterprise.spec file from Adam Vollrath, found on GitHub as a Gist.

ree-centos's People

Contributors

h3h avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.