JosiahSiegel / rails-centos7-vm

Ruby on Rails CentOS 7 Virtual Environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby on Rails CentOS 7 Virtual Environment

Requirements

Built-in Features

  • Leave your ruby version worries behind with rbenv
  • MySQL is ready to go upon VM bootup
  • Rails (3000) & MySQL (3306) ports are already open in firewalld
  • The Vagrantfile is configured to give your host access to the above ports

Specifications

  • Ruby 2.2.2
  • Rails 4.1.9
  • MySQL 5.6.27

Installation

$ git clone https://github.com/JosiahSiegel/rails-centos7-vm.git
$ cd rails-centos7-vm
$ vagrant up
$ vagrant ssh

Access shared folder within VM

cd /vagrant

About

Ruby on Rails CentOS 7 Virtual Environment