summaryrefslogtreecommitdiff
path: root/vendor/ruflin/elastica/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/ruflin/elastica/Vagrantfile')
-rw-r--r--vendor/ruflin/elastica/Vagrantfile14
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/ruflin/elastica/Vagrantfile b/vendor/ruflin/elastica/Vagrantfile
new file mode 100644
index 00000000..e8cd5533
--- /dev/null
+++ b/vendor/ruflin/elastica/Vagrantfile
@@ -0,0 +1,14 @@
+# Elastica debian image
+#
+# All passwords and username (db, ...) are root / root
+#
+# The image has 2GB of memory and a size of 10GB
+
+Vagrant::Config.run do |config|
+
+ config.vm.box = "debian-6.0.3-64-elastica-20120115"
+ config.vm.box_url = "http://files.ruflin.com/vagrant/debian-6.0.3-64-elastica-20120528.box"
+ config.vm.network :hostonly, "10.10.10.10"
+
+ config.vm.share_folder "project", "/project", "."
+end