Git Product home page Git Product logo

offline-rbenv-rpm's Introduction

offline-rbenv-rpm

Create a stand alone RPM for rbenv so can be installed in prod envs.

This RPM does not download anything from the Internet. The idea is to allow you to install rbenv on a production environment where internet access is limited.

Building RPM

Useful sites

http://wiki.centos.org/HowTos/SetupRpmBuildEnvironment

http://www.lamolabs.org/blog/164/centos-rpm-tutorial-1/

http://www.lamolabs.org/blog/6837/centos-rpm-tutorial-part-3-building-your-own-rpm-of-jboss/

Prepare

Need to install the following packages to allow you to build RPMs:

yum install rpm-build redhat-rpm-config

Centos/RHEL 5.x

For EL5 you will also need:

yum install buildsys-macros

Building RPM

Building RPMs should never be done as root so:

adduser rpmbuild
su - rpmbuild
git clone https://github.com/ggershoni/offline-rbenv-rpm
echo '%_topdir %(echo $HOME)/offline-rbenv-rpm' > ~/.rpmmacros 
cd offline-rbenv-rpm
rpmbuild -ba SPECS/rbenv.spec

Install RPM

wget --no-check-certificate https://github.com/ggershoni/offline-rbenv-rpm/raw/master/RPMS/noarch/rbenv-0.4.0-1.noarch.rpm
sudo yum install --nogpgcheck rbenv-0.4.0-1.noarch.rpm

TODO

  • Currently all under /opt... not good. Need to structure so follows FSH.

offline-rbenv-rpm's People

Contributors

ggershoni avatar

Stargazers

Dave Willkomm avatar  avatar

Watchers

James Cloos avatar Dave Willkomm avatar  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.