From 60f3b6b882baecb679896a184561b1fe318e66c3 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Mon, 2 Mar 2015 15:42:22 +0000 Subject: Remove obsolete instructions for not getting vendored rails. --- docs/installing/macos.md | 7 ------- 1 file changed, 7 deletions(-) (limited to 'docs/installing/macos.md') diff --git a/docs/installing/macos.md b/docs/installing/macos.md index e93ea452f..c54664896 100644 --- a/docs/installing/macos.md +++ b/docs/installing/macos.md @@ -112,18 +112,11 @@ Then create the databases: ### Clone Alaveteli -We don't want to vendor Rails, as it causes problems locally. - git clone https://github.com/mysociety/alaveteli.git cd alaveteli git submodule init - - sed -i~ 's/\\[submodule "vendor\/rails"\\]//' .git/config - - sed -i~ 's/url = git:\/\/github.com\/rails\/rails.git//' .git/config git submodule update -**Note:** Due to Markdown bugs, the first `sed` command above does not display properly if it appears in blockquote. ### Configure Alaveteli -- cgit v1.2.3