From 7d3a76ab13c5ca3295e18e0caeec0b83d5cd9aa1 Mon Sep 17 00:00:00 2001 From: Daniel Buckmaster Date: Sat, 7 Feb 2015 13:20:45 +1100 Subject: [PATCH] Start to work on Vagrant readme. --- Tools/Vagrant/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Tools/Vagrant/README.md diff --git a/Tools/Vagrant/README.md b/Tools/Vagrant/README.md new file mode 100644 index 000000000..9619c5c8b --- /dev/null +++ b/Tools/Vagrant/README.md @@ -0,0 +1,12 @@ +# Torque 3D Vagrant config + +## What is Vagrant? + +Vagrant is a command-line application that helps you manage virtual machines. +It allows you to write script files that describe a virtual machine, and then execute those scripts to create it. + +## Setup on Windows + +## Setup on Ubuntu + +## Building Torque