Coder Social home page Coder Social logo

veewee-rhel6-vbox's Introduction

veewee-rhel6-vbox

Setup veewee using rbenv (my preferred method)

$ mkdir ~/.rbenv
$ cd ~/.rbenv
$ git clone https://github.com/sstephenson/rbenv.git .
$ git clone https://github.com/sstephenson/ruby-build.git plugins
$ git clone https://github.com/jamis/rbenv-gemset plugins
$ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
$ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
$ exec $SHELL -l
$ rbenv rehash
$ rbenv install 1.9.3-p448
$ mkdir ~/opt
$ cd ~/opt
$ git clone https://github.com/jedi4ever/veewee.git
$ echo '1.9.3-p448' > veewee/.ruby-version
$ echo 'veewee' > veewee/.ruby-gemset
$ rbenv gemset create 1.9.3-p448 veewee
$ rbenv rehash
$ cd veewee
$ gem install bundler
$ bundle install

Setup veewee using rvm

$ curl -L https://get.rvm.io | bash -s master --ruby latest-1.9
$ rvm install ruby-1.9.3-p448
$ mkdir ~/opt
$ cd ~/opt
$ git clone https://github.com/jedi4ever/veewee.git
$ echo 'rvm use ruby-1.9.3-p448@veewee --create' > veewee/.rvmrc
$ cd veewee
$ gem install bundler
$ bundle install

Download ISO

You will need to download the RHEL 6.4 ISO file and copy it to ~/opt/veewee/iso/rhel-server-6.4-x86_64-dvd.iso.

RHEL 6.4 veewee templates

You must configure a RHEL yum repository yourself. None of these templates provide any as it requires licensing.

rhel-server-6.4-x86_64-minimal

Barebones RHEL6 installation.

$ cd ~/opt/veewee
$ alias veewee='bundle exec veewee'
$ cp -pR <project_dir>/veewee-rhel6-vbox/rhel-server-6.4-x86_64-minimal templates
$ veewee vbox define 'rhel64-minimal' 'rhel-server-6.4-x86_64-minimal'
$ veewee vbox build 'rhel64-minimal'
$ veewee vbox export 'rhel64-minimal'
$ vagrant box add 'rhel64-minimal' 'rhel64-minimal.box'

veewee-rhel6-vbox's People

Contributors

jmassara avatar

Stargazers

 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.