g3d / rwprecise64

Vagrant image for Ruby and ROR developers

Home Page:http://leopard.in.ua/rwprecise64

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rwprecise64

Vagrant image for Ruby and ROR developers. Vagrant uses Oracle’s VirtualBox or VMware to build configurable, lightweight, and portable virtual machines dynamically.

RWprecise64 contains:

  • RVM with compiled ruby 1.9.3-p448, 2.0.0-p247, jruby-1.7.4
  • MySQL 5.5.32 and PostgreSQL 9.3.0
  • Redis 2.6.16 and Memcached 1.4.13
  • Dev libs for pg, mysql2, rmagick, curb and another gems

How to install

  1. Install Oracle’s VirtualBox
  2. Install Vagrant
  3. Next just execute in terminal:
$ vagrant box add rwprecise64 http://rwprecise64.catware.org/0.1.2/rwprecise64.box

Credentials

  • MySQL:
    • root/vagrant
    • vagrant/vagrant
  • PostgreSQL:
    • postgres/vagrant
    • vagrant/vagrant

Usage

Basic setup of image:

$ vagrant init rwprecise64
$ vagrant up

Now you can use ssh to login into environment:

$ vagrant ssh

Suspending the environment:

$ vagrant suspend

To resume working:

$ vagrant resume

Halting the environment:

$ vagrant halt

Destroying the environment:

$ vagrant destroy

About

Vagrant image for Ruby and ROR developers

http://leopard.in.ua/rwprecise64

License:MIT License


Languages

Language:Ruby 100.0%