Skip to content
/ rexbox Public

Vagrant box with lots of developer goodies for quick start

License

Notifications You must be signed in to change notification settings

rexich/rexbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RexBox - Vagrant-based Development Box

RexBox is a Vagrant box designed to allow developers to get started with their work as soon as possible. Based on Ubuntu 14.04.5 LTS 64-bit, it provides a solid base with the latest versions of programming languages and various tools, such as Erlang, Elixir, Ruby, etc.

Partly based on shiroyasha's boxbox.

Requirements

  • Ubuntu 14.04 LTS or 16.04 LTS, 64-bit only
  • VirtualBox and its Extension Pack >= 5.0
  • Latest Vagrant
  • If you intend to use RexBox on other Linux distributions or macOS, make sure you install the latest VirtualBox and Vagrant on your system, so then you can skip running ./install script and just vagrant up the box
  • At least 4 GiB of RAM, RexBox will use half of it (8 GiB of RAM or more is highly recommended)
  • At least 6 GiB of storage space (the more, the better)

Installed software

  • Ubuntu 14.04.5 LTS
  • Ruby 2.3.3
  • Erlang 19.2
  • Elixir 1.4
  • Git, Vim, Htop, build-essential
  • Docker 1.12.5, Docker Compose 1.8.1

Usage

In your terminal emulator:

  • Clone this Git repository and start the installation:
# Make a directory to keep the RexBox files, clone repository in it
$ cd
$ git clone [email protected]:rexich/rexbox.git

# Install necessities
$ cd ~/rexbox
$ ./install

# Get inside the machine and start working :)
$ rxb

# Stop the machine (once you exit the SSH session)
$ rxh

MIT License

Copyright (c) 2017 Filip Dimovski Portions Copyright (c) 2017 Igor Šarčević

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Vagrant box with lots of developer goodies for quick start

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages