How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "williecadete/centos7-rails"
  config.vm.box_version = "1.0.0"
end
vagrant init williecadete/centos7-rails \
  --box-version 1.0.0
vagrant up

This version was created about 7 years ago.

Centos 7.3-1611 x64

Package groups installed:

  • Development Tools

Packages installed:

  • openssl-devel
  • libyaml-devel
  • readline-devel
  • zlib-devel
  • ncurses-devel
  • libffi-devel
  • gdbm-devel
  • git
  • curl
  • epel-release
  • nodejs
  • mariadb
  • mariadb-server
  • mariadb-devel
  • MySQL-python
  • postgresql
  • postgresql-contrib
  • python-psycopg2
  • postgresql-server

Ruby on Rails environment:

  • rvm 1.29.2
  • ruby 2.3.3
  • rails 5.1

Remember to forward necessary ports to applications on Vagrantfile, if you are using Virtualbox NAT network
Ports: 3306,5432,3000

Box source files
https://gitlab.com/williecadete/packer-rails

1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (860 MB)