An open API service indexing awesome lists of open source software.

https://github.com/project-renard/devops


https://github.com/project-renard/devops

devops release

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# devops

This repository contains scripts to set up the developer environment.

`vagrant/`:
The `vagrant/` directory contains the scripts necessary to automatically
setup a Vagrant VM with all of the tools necessary to begin working on curie.

Requirements:
To use this Vagrant VM, download and install VirtualBox and Vagrant from:
https://www.virtualbox.org/wiki/Downloads
https://www.vagrantup.com/downloads.html

To setup your environment cd into the `vagrant/` directory and run "vagrant up".
After setup is complete, you can run "vagrant ssh" to connect to the VM.