aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-03-02 15:42:22 +0000
committerLouise Crow <louise.crow@gmail.com>2015-03-02 15:42:22 +0000
commit60f3b6b882baecb679896a184561b1fe318e66c3 (patch)
treeea6ac883532b8af7a63c57d7923042d3c322a927 /docs
parente0b0bb402e443bc595637858be20f5ed8ed2174a (diff)
Remove obsolete instructions for not getting vendored rails.
Diffstat (limited to 'docs')
-rw-r--r--docs/installing/macos.md7
1 files changed, 0 insertions, 7 deletions
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/\\&#91;submodule "vendor\/rails"\\&#93;//' .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