https://github.com/project-renard/devops
https://github.com/project-renard/devops
devops release
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/project-renard/devops
- Owner: project-renard
- Created: 2016-01-16T19:49:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T03:12:33.000Z (almost 6 years ago)
- Last Synced: 2025-02-23T16:15:10.611Z (about 1 year ago)
- Topics: devops, release
- Language: Perl
- Size: 139 KB
- Stars: 3
- Watchers: 6
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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.