teachbase / tb-rails-vm

Teachbase 2.0 Vagrant + Ansible setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

VM configuration for RoR development.

Installs:

  • Ruby 2.1.0 (+ bundler)
  • Nginx (configured to use with Puma)
  • Postgres 9.3 (+ {{app_name}} user with CREATEDB priv)
  • Redis
  • NodeJS

Requirements

Setup

  • ansible-galaxy install -r priv/ansible/requirements.yml
  • vagrant up that's all!

Possible issues

VirtualBox!``` Solve with plugin: vagrant plugin install vagrant-vbguest

About

Teachbase 2.0 Vagrant + Ansible setup


Languages

Language:Shell 76.4%Language:Ruby 23.6%