From 01d3c0c6aa707a5e4c195a2dceed0b77cbc21e85 Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Mon, 17 Aug 2015 11:15:03 -0700 Subject: [PATCH] Update docs for OS X (imported from commit 1fb3219f6531a18bf8f8a1ad93568a2c1689854a) --- README.dev | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.dev b/README.dev index e8fb504ca3..1a677819aa 100644 --- a/README.dev +++ b/README.dev @@ -4,13 +4,19 @@ Getting started Using Vagrant ------------- -This is the recommended approach, but is only supported on Ubuntu 14.04. +This is the recommended approach, and is tested on OS X 10.10 as well as Ubuntu 14.04. +If your host is OS X, download VirtualBox from . Then run: + vagrant up + vagrant ssh + +If your host is Ubuntu 14.04: sudo apt-get install vagrant lxc lxc-templates cgroup-lite redir vagrant plugin install vagrant-lxc vagrant up --provider=lxc vagrant ssh - # Now inside the container + +All versions, inside the container: sudo apt-get update sudo apt-get install python-pbs cd /srv/zulip && python provision.py