pmmenzel / railsbox

Fast and easy Ruby on Rails virtual machines

Home Page:https://railsbox.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Code Climate Test Coverage

railsbox is Ruby on Rails virtual machine configurator. You can quickly create virtual machine for development and production environments using this tool. Mac OS X, Linux and Windows host machines are supported.

Requirements

You will need VirtualBox, vagrant and ansible to bootstrap new machine using configuration created by this utility. ansible is not required for Windows, railsbox will use shell scripts to install and run ansible inside guest machine.

What's included

Operating systems

You can choose between Ubuntu 12.04 LTS and Ubuntu 14.04 LTS. Base boxes provided by vagrantcloud. You can also deploy to your remote server using SSH connection. railsbox will create 2 scripts:

  • provision.sh - which will install and configure all required software
  • deploy.sh - which will deploy latest code from the GIT repo

Ruby versions

It's possible to install Ruby either with rvm, rbenv or using brightbox apt repository.

Application server

Supported servers are:

Databases

It's possible to install the following databases:

  • PostgreSQL
  • MySQL
  • MongoDB
  • redis

Background jobs

  • sidekiq
  • resque
  • delayed_job

vim

vim-sensible and vim-rails are automatically installed.

Future plans

railsbox is constantly improving. The following is in our TODO list for future releases:

  • Add ability to deploy to various platforms supported by vagrant - Parallels, VMWare, EC2
  • Add additional server options (Passenger, thin)
  • Add memcached
  • Add elasticsearch
  • Add MariaDB
  • Add CouchDB
  • Add SMTP server

Contributing

All kind of contributions are always welcomed.

License

railsbox is licensed under the MIT license.

About

Fast and easy Ruby on Rails virtual machines

https://railsbox.io

License:MIT License


Languages

Language:Ruby 55.3%Language:HTML 30.5%Language:CoffeeScript 6.1%Language:Go 4.8%Language:CSS 1.5%Language:Python 0.7%Language:JavaScript 0.6%Language:Shell 0.5%